summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/fat32format.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/fat32format.c')
-rw-r--r--rbutil/ipodpatcher/fat32format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/fat32format.c b/rbutil/ipodpatcher/fat32format.c
index e0e30db602..19500f49bf 100644
--- a/rbutil/ipodpatcher/fat32format.c
+++ b/rbutil/ipodpatcher/fat32format.c
@@ -392,7 +392,7 @@ int format_partition(struct ipod_t* ipod, int partition)
392 if ( qTotalSectors >= 0xffffffff ) 392 if ( qTotalSectors >= 0xffffffff )
393 { 393 {
394 /* This is a more fundamental limitation on FAT32 - the total 394 /* This is a more fundamental limitation on FAT32 - the total
395 sector count in the root dir ­s 32bit. With a bit of 395 sector count in the root dir ­s 32bit. With a bit of
396 creativity, FAT32 could be extended to handle at least 2^28 396 creativity, FAT32 could be extended to handle at least 2^28
397 clusters There would need to be an extra field in the 397 clusters There would need to be an extra field in the
398 FSInfo sector, and the old sector count could be set to 398 FSInfo sector, and the old sector count could be set to