aboutsummaryrefslogtreecommitdiffstats
path: root/util/timer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/timer.lua')
-rw-r--r--util/timer.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/timer.lua b/util/timer.lua
index 99aade15..76deaff1 100644
--- a/util/timer.lua
+++ b/util/timer.lua
@@ -96,8 +96,8 @@ local function _on_timer(now)
local _;
_, _callback, _id = h:pop();
_now = now;
- _param = params[id];
- params[id] = nil;
+ _param = params[_id];
+ params[_id] = nil;
--item(now, id, _param); -- FIXME pcall
local success, err = xpcall(_call, _traceback_handler);
if success and type(err) == "number" then