/[grub]/grub/stage2/fsys_fat.c
ViewVC logotype

Diff of /grub/stage2/fsys_fat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by okuji, Wed Dec 19 11:17:06 2001 UTC revision 1.18 by okuji, Sat Jan 4 23:22:42 2003 UTC
# Line 224  fat_read (char *buf, int len) Line 224  fat_read (char *buf, int len)
224            else if (FAT_SUPER->fat_size == 4)            else if (FAT_SUPER->fat_size == 4)
225              next_cluster &= 0xFFFF;              next_cluster &= 0xFFFF;
226                        
227              grub_printf ("%s:%d: next_cluster=%d\n",
228                           __FILE__, __LINE__, next_cluster);
229              
230            if (next_cluster >= FAT_SUPER->clust_eof_marker)            if (next_cluster >= FAT_SUPER->clust_eof_marker)
231              return ret;              return ret;
232            if (next_cluster < 2 || next_cluster >= FAT_SUPER->num_clust)            if (next_cluster < 2 || next_cluster >= FAT_SUPER->num_clust)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26