freemyipod r334 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r333‎ | r334 | r335 >
Date:04:02, 13 December 2010
Author:theseven
Status:new
Tags:
Comment:
iLoader fastboot theme for iPod Nano 2G: Add missing string terminator (kudos to user890104 for spotting)
Modified paths:
  • /apps/iloader/themes/default-fastboot/source/iloader.conf (modified) (history)

Diff [purge]

Index: apps/iloader/themes/default-fastboot/source/iloader.conf
@@ -31,7 +31,7 @@
3232 displaybmp(65, 0, 0x09040000)
3333 blit()
3434 error(appleuncompressed)
35 - readfile(0x09000000, "/iLoader/appleos.ucl")
 35+ readfile(0x09000000, "/iLoader/appleos.ucl\0")
3636 unpackucl(0x09000000, 0x08000000)
3737 exec(0x08000000)
3838 appleuncompressed: