* grub-core/normal/menu_entry.c (kill_line): Fix a crash and off-by-one

error.
This commit is contained in:
Hideki EIRAKU 2012-03-05 00:02:17 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 93b1cd79c8
commit cb05528616
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-03-04 Hideki EIRAKU <hdk1983@gmail.com>
* grub-core/normal/menu_entry.c (kill_line): Fix a crash and off-by-one
error.
2012-03-04 Vladimir Serbinenko <phcoder@gmail.com>
Use sort -V by the idea of Georgi Georgiev.