* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Don't strrchr

through UTF-16.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-17 13:47:23 +02:00
parent 0c6c324e90
commit 8ad3f28cec
2 changed files with 16 additions and 12 deletions

View file

@ -1,3 +1,8 @@
2012-05-17 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Don't strrchr
through UTF-16.
2012-05-17 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fat.c (grub_fat_find_dir): Fix error message.