Show
Ignore:
Timestamp:
12/15/07 03:28:38 (4 years ago)
Author:
gbooker
Message:

Quick timer audit. Should handle the crash log in #31 (which was reported in a leopard ticket as well even though the crash log was abviously not leopard related, and thus not the right ticket). If this crash log is not from the original poster, please post still.
Fixes #31

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireAudioPlayer.m

    r201 r399  
    151151- (void)doSkip:(NSTimer *)timer 
    152152{ 
     153        skipTimer = nil; 
    153154        float time = [self elapsedPlaybackTime]; 
    154155        if(skipSpeed < 0) 
     
    202203- (void)updateUI:(NSTimer *)Timer 
    203204{ 
     205        updateTimer = nil; 
    204206        if([self elapsedPlaybackTime] >= [self trackDuration]) 
    205207                [self stop];