fixed a typo in [2694]
This commit is contained in:
parent
d1e8dbce87
commit
86243e1d55
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
debug() << "event end coming" << std::endl;
|
||||||
Ptr<time_duration>::Ref timeLeft(new time_duration(*currentEventEnd
|
Ptr<time_duration>::Ref timeLeft(new time_duration(*currentEventEnd
|
||||||
- *now));
|
- *now));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue