* fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.
+2009-02-07 Michael Scherer <misc@mandriva.org>
+
+ * fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.
+
2009-02-07 Robert Millan <rmh@aybabtu.com>
* conf/common.rmk (grub_probe_SOURCES, grub_fstest_SOURCES): Move
for (i = 0; i < grub_be_to_cpu16 (catkey->namelen); i++)
catkey->name[i] = grub_be_to_cpu16 (catkey->name[i]);
+ /* hfs+ is case insensitive. */
+ type |= GRUB_FSHELP_CASE_INSENSITIVE;
+
/* Only accept valid nodes. */
if (grub_strlen (filename) == grub_be_to_cpu16 (catkey->namelen))
{