* grub-core/fs/iso9660.c (grub_iso9660_label): Rtrim the label.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-03-26 14:14:59 +01:00
parent f4727da93f
commit 5ee04984d1
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-03-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/iso9660.c (grub_iso9660_label): Rtrim the label.
2011-03-26 Vladimir Serbinenko <phcoder@gmail.com>
Use libgeom on FreeBSD to detect partitions.