Subversion Repositories freemyipod

Rev

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

Rev 716 Rev 717
Line 93... Line 93...
93
    
93
    
94
    count = size / 8;
94
    count = size / 8;
95
    
95
    
96
    for (i = 0; i < count; ++i)
96
    for (i = 0; i < count; ++i)
97
    {
97
    {
98
        if (0 == buf[i].length)
98
        if (0 == buf[i].cycles)
99
        {
99
        {
100
            sleep(buf[i].length);
100
            sleep(buf[i].length);
101
            continue;
101
            continue;
102
        }
102
        }
103
        
103