freemyipod r547 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r546‎ | r547 | r548 >
Date:01:12, 7 February 2011
Author:theseven
Status:new
Tags:
Comment:
Installer for iPod Classic: Eeek. Another stupid bug.
Modified paths:
  • /apps/installer-ipodclassic/main.c (modified) (history)

Diff [purge]

Index: apps/installer-ipodclassic/main.c
@@ -393,9 +393,9 @@
394394 cost = firstinstcost + commoncost;
395395 script = firstinstscript;
396396 }
 397+ progressbar_init(&progressbar, 15, 304, 135, 159, 0x77ff, 0xe8, 0x125f, 0, cost);
397398 sp = 0;
398399 cost = 0;
399 - progressbar_init(&progressbar, 15, 304, 135, 159, 0x77ff, 0xe8, 0x125f, 0, cost);
400400 while (script[sp])
401401 {
402402 int fd;