fixed a typo in [2694]
This commit is contained in:
parent
d1e8dbce87
commit
86243e1d55
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue