* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Fix symlink

handling.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-10 23:35:03 +02:00
parent 3244fe96e7
commit 742d2be63a
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-05-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Fix symlink
handling.
2012-05-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ufs.c (grub_ufs_find_file): Fix handling of double slash.