2008-05-06 Robert Millan <rmh@aybabtu.com>
* util/grub-fstest.c (grub_refresh): Call `fflush (stdout)'. This ensures that output lines aren't intermangled with those sent to stderr (via grub_util_info()). * util/grub-probe.c (grub_refresh): Likewise. * util/i386/pc/grub-setup.c (grub_refresh): Likewise.
This commit is contained in:
parent
0fbb311786
commit
6cf12cbd25
4 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,7 @@ grub_term_get_current (void)
|
|||
void
|
||||
grub_refresh (void)
|
||||
{
|
||||
fflush (stdout);
|
||||
}
|
||||
|
||||
static struct grub_command cmd_loopback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue