possible fix for [2694]

This commit is contained in:
fgerlits 2006-11-30 18:48:29 +00:00
parent 221a45419e
commit d1e8dbce87
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ SchedulerThread :: nextStep(Ptr<ptime>::Ref now) throw ()
nextEvent->start();
currentEvent = nextEvent;
currentEventEnd = nextEventEnd;
Ptr<ptime>::Ref inASecond(new ptime(*now + seconds(1)));
getNextEvent(inASecond);
getNextEvent(TimeConversion::now());
}
}