fixed crash in SpendTime()

This commit is contained in:
pierre%netscape.com 1998-09-05 08:14:15 +00:00
parent 58347eeda0
commit b51dff3132

View File

@ -249,7 +249,7 @@ void TimerPeriodical::SpendTime( const EventRecord &inMacEvent)
{
LArrayIterator iter( *mTimers, LArrayIterator::from_Start);
TimerImpl * timer;
while (iter.Next( &timer))
while (iter.Next(timer))
{
if ( timer->GetFireTime() <= inMacEvent.when )
//if ( 1 )