freemyipod r857 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r856‎ | r857 | r858 >
Date:20:03, 2 January 2012
Author:farthen
Status:new
Tags:
Comment:
bootmenu-ipodnano2g-wintertheme: Backport the bugfix from r856
Modified paths:
  • /apps/bootmenu-ipodnano2g-wintertheme/boot.c (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodnano2g-wintertheme/boot.c
@@ -35,7 +35,7 @@
3636 void fastboot_crapple()
3737 {
3838 boot->load_from_file(&bootinfo.firmware, &bootinfo.size, false, "/.boot/appleos.ucl", 0x800000);
39 - if (!&bootinfo.firmware)
 39+ if (!bootinfo.firmware)
4040 boot->load_from_file(&bootinfo.firmware, &bootinfo.size, false, "/.boot/appleos.bin", 0);
4141 if (bootinfo.firmware) bootinfo.valid = true;
4242 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r856bootmenu-ipodnano2g: Fix a bug that prevented booting the OF (kudos to user89...farthen19:32, 2 January 2012