mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-04 11:04:43 +00:00
2007-10-21 Robert Millan <rmh@aybabtu.com>
* util/misc.c (grub_util_info): Call fflush() before returning.
This commit is contained in:
parent
54b71c4b7b
commit
2aad70e250
@ -1,3 +1,7 @@
|
||||
2007-10-21 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* util/misc.c (grub_util_info): Call fflush() before returning.
|
||||
|
||||
2007-10-20 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* genmk.rb (Image): Copy `extra_flags' from here ...
|
||||
|
@ -53,6 +53,7 @@ grub_util_info (const char *fmt, ...)
|
||||
vfprintf (stderr, fmt, ap);
|
||||
va_end (ap);
|
||||
fputc ('\n', stderr);
|
||||
fflush (stderr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user