/[grub]/grub2/partmap/apple.c
ViewVC logotype

Diff of /grub2/partmap/apple.c

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

revision 1.3 by hollisb, Tue Jul 12 22:36:43 2005 UTC revision 1.4 by okuji, Mon Jul 18 22:21:41 2005 UTC
# Line 144  apple_partition_map_iterate (grub_disk_t Line 144  apple_partition_map_iterate (grub_disk_t
144        partno++;        partno++;
145      }      }
146    
147    if ((pos / GRUB_DISK_SECTOR_SIZE) == 0)    if (pos == GRUB_DISK_SECTOR_SIZE)
148      return grub_error (GRUB_ERR_BAD_PART_TABLE,      return grub_error (GRUB_ERR_BAD_PART_TABLE,
149                         "Apple partition map not found.");                         "Apple partition map not found.");
150    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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