]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Oops! I've checked in a temporary change to fsys_fat.c. So revert the
authorokuji <okuji@localhost>
Sat, 4 Jan 2003 23:26:16 +0000 (23:26 +0000)
committerokuji <okuji@localhost>
Sat, 4 Jan 2003 23:26:16 +0000 (23:26 +0000)
change.

stage2/fsys_fat.c

index 27eafc29ea648f79463928a228748125722b6e68..286d4a45fd6cc69025bdfe4394e400e6415d7ded 100644 (file)
@@ -224,9 +224,6 @@ fat_read (char *buf, int len)
          else if (FAT_SUPER->fat_size == 4)
            next_cluster &= 0xFFFF;
          
-         grub_printf ("%s:%d: next_cluster=%d\n",
-                      __FILE__, __LINE__, next_cluster);
-         
          if (next_cluster >= FAT_SUPER->clust_eof_marker)
            return ret;
          if (next_cluster < 2 || next_cluster >= FAT_SUPER->num_clust)