summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/LuaTask.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/LuaTask.cc b/lib/LuaTask.cc
index 46cbd88..a5dd63e 100644
--- a/lib/LuaTask.cc
+++ b/lib/LuaTask.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: LuaTask.cc,v 1.21 2008-01-21 08:25:43 pixel Exp $ */
+/* $Id: LuaTask.cc,v 1.22 2008-01-21 09:45:32 pixel Exp $ */
#include <LuaTask.h>
#include <LuaHandle.h>
@@ -323,7 +323,7 @@ class DelayedTask : public Task {
switch(current) {
case 0:
printm(M_INFO, "DelayTask: initializing.\n");
- WaitFor(delay);
+ WaitFor(delay_tv);
current = 1;
return TASK_ON_HOLD;
case 1: