* grub-core/gfxmenu/gui_label.c (label_paint): Handle the case

text_width > available width a bit more gracefully.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-15 19:35:54 +01:00
parent 384ad7cc1b
commit c476e6df16
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/gfxmenu/gui_label.c (label_paint): Handle the case
text_width > available width a bit more gracefully.
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/bsdXX.c (grub_freebsd_load_elfmodule): Fix