Subversion Repositories freemyipod

Rev

Rev 546 | Rev 551 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 546 Rev 547
Line 391... Line 391...
391
    else
391
    else
392
    {
392
    {
393
        cost = firstinstcost + commoncost;
393
        cost = firstinstcost + commoncost;
394
        script = firstinstscript;
394
        script = firstinstscript;
395
    }
395
    }
-
 
396
    progressbar_init(&progressbar, 15, 304, 135, 159, 0x77ff, 0xe8, 0x125f, 0, cost);
396
    sp = 0;
397
    sp = 0;
397
    cost = 0;
398
    cost = 0;
398
    progressbar_init(&progressbar, 15, 304, 135, 159, 0x77ff, 0xe8, 0x125f, 0, cost);
-
 
399
    while (script[sp])
399
    while (script[sp])
400
    {
400
    {
401
        int fd;
401
        int fd;
402
        void* data;
402
        void* data;
403
        switch (script[sp])
403
        switch (script[sp])