2005-11-03 Hollis Blanchard <hollis@penguinppc.org>
* kern/powerpc/ieee1275/init.c (grub_get_rtc): Initialize `msecs' to 0. * term/ieee1275/ofconsole.c (grub_ofconsole_checkkey): Return -1 if there are no pending characters.
This commit is contained in:
parent
e45deb9e1e
commit
77500b2bf0
3 changed files with 10 additions and 4 deletions
|
@ -189,7 +189,7 @@ grub_ofconsole_checkkey (void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue