* grub-core/kern/partition.c (grub_partition_get_name): Fix reverse

iteration of partitions.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-08 19:53:46 +01:00
parent 9c4b5c13e6
commit 0e1c1f61b6
2 changed files with 23 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2012-02-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/partition.c (grub_partition_get_name): Fix reverse
iteration of partitions.
2012-02-08 Vladimir Serbinenko <phcoder@gmail.com>
Improve gettext support. Stylistic fixes and error handling fixes while