gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/movie_root.cpp testsuite...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog server/movie_root.cpp testsuite...
Date: Tue, 25 Dec 2007 09:48:02 +0100

On Tue, Dec 25, 2007 at 07:47:10AM +0000, Zou Lunkai wrote:

> +    if( ! _intervalTimers.empty() )
> +     {
> +             // process actions queued when executing interval callbacks
> +             processActionQueue();
> +     }
> +
>  }

The above doesn't seem correct.
The fact that _intervalTimers is not empty doesn't mean any was
actually expired...
Better have executeTimers return a value to notify whether or not
any was expired.

--strk;

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]