Oops! I've checked in a temporary change to fsys_fat.c. So revert the
change.
This commit is contained in:
parent
e60b85f661
commit
f91040a45f
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue