From 367aec35d714e4b3f87184ea718538c1b5800462 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 5 May 2008 10:49:31 +0000 Subject: Fix a couple quirks from the previous commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17370 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/ipodpatcher/fat32format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil') diff --git a/rbutil/ipodpatcher/fat32format.c b/rbutil/ipodpatcher/fat32format.c index 19500f49bf..a9417b22a2 100644 --- a/rbutil/ipodpatcher/fat32format.c +++ b/rbutil/ipodpatcher/fat32format.c @@ -392,7 +392,7 @@ int format_partition(struct ipod_t* ipod, int partition) if ( qTotalSectors >= 0xffffffff ) { /* This is a more fundamental limitation on FAT32 - the total - sector count in the root dir ­s 32bit. With a bit of + sector count in the root dir is 32bit. With a bit of creativity, FAT32 could be extended to handle at least 2^28 clusters There would need to be an extra field in the FSInfo sector, and the old sector count could be set to -- cgit