This commit is contained in:
Eelco Dolstra 2009-03-24 23:40:24 +00:00
parent 12c8c64efa
commit a046858a22
1 changed files with 1 additions and 1 deletions

View File

@ -2715,7 +2715,7 @@ void Worker::waitForInput()
}
}
if (!waitingForAWhile.empty() && lastWokenUp + wakeUpInterval >= after) {
if (!waitingForAWhile.empty() && lastWokenUp + wakeUpInterval <= after) {
lastWokenUp = after;
foreach (WeakGoals::iterator, i, waitingForAWhile) {
GoalPtr goal = i->lock();