freemyipod r825 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r824‎ | r825 | r826 >
Date:03:03, 4 December 2011
Author:theseven
Status:new
Tags:
Comment:
iPod Classic boot menu: Fix UMSboot and Rockbox fallback image
Modified paths:
  • /apps/bootmenu-ipodclassic/toolchooser.c (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodclassic/toolchooser.c
@@ -257,6 +257,7 @@
258258 void (*selected_function)(void** firmware, void** app, int* size);
259259 selected_function = (void(*)(void** firmware, void** app, int* size))(result->user);
260260 selected_function(firmware, app, size);
 261+ if (firmware || app) return;
261262 }
262263 }
263264