This commit is contained in:
Dana Jansens 2003-02-05 07:11:46 +00:00
parent 635af8c38b
commit 53bed5e59a

View file

@ -78,8 +78,8 @@ void Timer::dispatchTimers(bool wait)
break;
/* we set the last fired time to delay msec after the previous firing, then
re-insert. timers maintain their order and may trigger more than once if
they've waited more than one delay's worth of time.
re-insert. timers maintain their order and may trigger more than once
if they've waited more than one delay's worth of time.
*/
_q.pop();
timevalAdd(curr->_last, curr->_delay);