summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/main.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-05-22 19:07:45 +0000
committerDave Chapman <dave@dchapman.com>2007-05-22 19:07:45 +0000
commit4df0c7795407966afb468a941aae1ea695d70cae (patch)
tree282e9b90f013efed66723d08a2ce6760319e35a2 /rbutil/ipodpatcher/main.c
parent7d79db2ab22f99dba034fd64af9157eb67aa20e3 (diff)
downloadrockbox-4df0c7795407966afb468a941aae1ea695d70cae.tar.gz
rockbox-4df0c7795407966afb468a941aae1ea695d70cae.zip
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
Diffstat (limited to 'rbutil/ipodpatcher/main.c')
-rw-r--r--rbutil/ipodpatcher/main.c2
1 files changed, 1 insertions, 1 deletions
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 @@
29#include "ipodpatcher.h" 29#include "ipodpatcher.h"
30#include "ipodio.h" 30#include "ipodio.h"
31 31
32#define VERSION "0.9 with v1.0 bootloaders" 32#define VERSION "0.9svn with v1.0 bootloaders"
33 33
34int verbose = 0; 34int verbose = 0;
35 35