Oops! I've checked in a temporary change to fsys_fat.c. So revert the

change.
This commit is contained in:
okuji 2003-01-04 23:26:16 +00:00
parent e60b85f661
commit f91040a45f

View 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)