2009-02-10 Felix Zielcke <fzielcke@z-51.de>

* fs/fat.c (grub_fat_mount): Fix wrong comparison.

	Based on patch from Javier Martín.
This commit is contained in:
fzielcke 2009-02-10 09:50:08 +00:00
parent 96da94074c
commit 06ff20fcfe
4 changed files with 37 additions and 31 deletions

View file

@ -1,3 +1,9 @@
2009-02-10 Felix Zielcke <fzielcke@z-51.de>
* fs/fat.c (grub_fat_mount): Fix wrong comparison.
Based on patch from Javier Martín.
2009-02-09 Felix Zielcke <fzielcke@z-51.de>
* conf/common.rmk (grub_probe_SOURCES): Move fs/ext2.c before fs/fat.c
@ -12,7 +18,7 @@
2009-02-09 Felix Zielcke <fzielcke@z-51.de>
fs/fat.c (grub_fat_mount): Try to avoid false positives by checking
* fs/fat.c (grub_fat_mount): Try to avoid false positives by checking
bpb.version_specific.fat12_or_fat16.fstype and
bpb.version_specific.fat32.fstype.