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.
This commit is contained in:
parent
08aa61f0e2
commit
cc8c6fafe9
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2009-08-17 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT)
|
* loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT)
|
||||||
|
|
2
fs/fat.c
2
fs/fat.c
|
@ -422,10 +422,8 @@ grub_fat_read_data (grub_disk_t disk, struct grub_fat_data *data,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
grub_dprintf ("fat", "fat_size=%d, next_cluster=%u\n",
|
grub_dprintf ("fat", "fat_size=%d, next_cluster=%u\n",
|
||||||
data->fat_size, next_cluster);
|
data->fat_size, next_cluster);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Check the end. */
|
/* Check the end. */
|
||||||
if (next_cluster >= data->cluster_eof_mark)
|
if (next_cluster >= data->cluster_eof_mark)
|
||||||
|
|
Loading…
Reference in a new issue