From: robertmh Date: Mon, 17 Aug 2009 12:46:58 +0000 (+0000) Subject: 2009-08-17 Robert Millan X-Git-Tag: 1.98~622 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc8c6fafe9cf0cf40064428a14539b3e21c452e3;p=thirdparty%2Fgrub.git 2009-08-17 Robert Millan * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the grub_dprintf() that was just added. --- diff --git a/ChangeLog b/ChangeLog index 7374c3903..c0f4c9fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-17 Robert Millan + + * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the + grub_dprintf() that was just added. + 2009-08-17 Robert Millan * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT) diff --git a/fs/fat.c b/fs/fat.c index 024e8c684..8440e43fa 100644 --- a/fs/fat.c +++ b/fs/fat.c @@ -422,10 +422,8 @@ grub_fat_read_data (grub_disk_t disk, struct grub_fat_data *data, 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)