From 4df0c7795407966afb468a941aae1ea695d70cae Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 22 May 2007 19:07:45 +0000 Subject: Remove the check for ipod-specific magic in the MBR (which caused problems when users repartitioned their ipods and removed that magic) and instead check that the partition layout looks like an ipod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13469 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/ipodpatcher/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/ipodpatcher/main.c') diff --git a/rbutil/ipodpatcher/main.c b/rbutil/ipodpatcher/main.c index 6328e2df99..090dcccb84 100644 --- a/rbutil/ipodpatcher/main.c +++ b/rbutil/ipodpatcher/main.c @@ -29,7 +29,7 @@ #include "ipodpatcher.h" #include "ipodio.h" -#define VERSION "0.9 with v1.0 bootloaders" +#define VERSION "0.9svn with v1.0 bootloaders" int verbose = 0; -- cgit v1.2.3