summaryrefslogtreecommitdiff
path: root/lua/uloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua/uloop.c')
-rw-r--r--lua/uloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/uloop.c b/lua/uloop.c
index ee82104..7e9ed10 100644
--- a/lua/uloop.c
+++ b/lua/uloop.c
@@ -99,7 +99,7 @@ static int ul_timer_remaining(lua_State *L)
struct lua_uloop_timeout *tout;
tout = lua_touserdata(L, 1);
- lua_pushnumber(L, uloop_timeout_remaining(&tout->t));
+ lua_pushnumber(L, uloop_timeout_remaining64(&tout->t));
return 1;
}