* term/ieee1275/ofconsole.c (grub_ofconsole_getkey): Fix off-by-one

error.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-05 18:44:02 +02:00
parent 2bf6012d7f
commit a7fc080b56
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
* term/ieee1275/ofconsole.c (grub_ofconsole_getkey): Fix off-by-one
error.
2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Support C0 code.