* grub-core/normal/menu_entry.c (get_logical_num_lines): Use unsigned

division as the one making more sense.
	(update_screen): Likewise.
	(complete): Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-10-26 01:01:06 +02:00
parent 5f4028d4a5
commit b1c6d03760
2 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2013-10-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/menu_entry.c (get_logical_num_lines): Use unsigned
division as the one making more sense.
(update_screen): Likewise.
(complete): Likewise.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/menu_entry.c (complete): Make sure that width is >0.