freemyipod r375 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r374‎ | r375 | r376 >
Date:01:05, 22 December 2010
Author:theseven
Status:new
Tags:
Comment:
Bugger, one more place to change that...
Modified paths:
  • /apps/installer-classic/main.c (modified) (history)

Diff [purge]

Index: apps/installer-classic/main.c
@@ -260,7 +260,7 @@
261261 else panic(PANIC_KILLTHREAD, "Boot flash contents are damaged! "
262262 "(No SYSCFG found)\n\nPlease ask for help.\n");
263263 }
264 - if (appleflash) memcpy(&norbuf[0x1000], &oldnor[0x4000], 0x1000);
 264+ if (appleflash) memcpy(&norbuf[0x1000], &oldnor[0], 0x1000);
265265 else memcpy(&norbuf[0x1000], &oldnor[0x1000], 0x1000);
266266 uint32_t sp = 0;
267267 uint32_t beginptr = 0x2000;