* grub-core/fs/fat.c (grub_fat_find_dir): Fix error message.

New argument origpath. All users updated.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-17 13:45:00 +02:00
parent c6666ba687
commit 0c6c324e90
2 changed files with 8 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2012-05-17 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fat.c (grub_fat_find_dir): Fix error message.
New argument origpath. All users updated.
2012-05-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ntfs.c (read_data): Prevent overflow.