* fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
grub_dprintf() that was just added.
+2009-08-17 Robert Millan <rmh.grub@aybabtu.com>
+
+ * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
+ grub_dprintf() that was just added.
+
2009-08-17 Robert Millan <rmh.grub@aybabtu.com>
* loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT)
break;
}
-#if 0
grub_dprintf ("fat", "fat_size=%d, next_cluster=%u\n",
data->fat_size, next_cluster);
-#endif
/* Check the end. */
if (next_cluster >= data->cluster_eof_mark)