* grub-core/normal/menu_entry.c (update_screen): remove

unused variable `off' which caused scroll down arrow to be always shown.
This commit is contained in:
Andrey Borzenkov 2013-02-25 22:53:40 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 958bfd2067
commit f1a19118e5
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-02-25 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/normal/menu_entry.c (update_screen): remove
unused variable `off' which caused scroll down arrow to be always shown.
2013-02-25 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/normal/menu_entry.c (insert_string): fix off by one