projects
/
senf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
79a8a7f
)
no comment ... fix for idiotic typo ...
g0dil [Mon, 30 Aug 2010 14:22:52 +0000 (14:22 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1702
270642c3
-0616-0410-b53a-bc976706d245
senf/Scheduler/FIFORunner.cc
patch
|
blob
|
history
diff --git
a/senf/Scheduler/FIFORunner.cc
b/senf/Scheduler/FIFORunner.cc
index
783a98d
..
4669c4d
100644
(file)
--- a/
senf/Scheduler/FIFORunner.cc
+++ b/
senf/Scheduler/FIFORunner.cc
@@
-215,11
+215,11
@@
prefix_ void senf::scheduler::detail::FIFORunner::run(TaskList::iterator f, Task
++ next_;
}
watchdogCount_ = 0;
- next_ = 0;
+ next_ = l;
}
catch (...) {
watchdogCount_ = 0;
- next_ = 0;
+ next_ = l;
throw;
}
}