fixed a typo in [2694]

This commit is contained in:
fgerlits 2006-11-30 18:53:01 +00:00
parent d1e8dbce87
commit 86243e1d55
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ SchedulerThread :: nextStep(Ptr<ptime>::Ref now) throw ()
}
}
if (currentEvent && imminent(now, nextEventEnd)) {
if (currentEvent && imminent(now, currentEventEnd)) {
debug() << "event end coming" << std::endl;
Ptr<time_duration>::Ref timeLeft(new time_duration(*currentEventEnd
- *now));