aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltm.c b/ltm.c
index 53e15c7f..23a97a62 100644
--- a/ltm.c
+++ b/ltm.c
@@ -176,7 +176,7 @@ void luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2,
176} 176}
177 177
178 178
179void luaT_trybiniTM (lua_State *L, const TValue *p1, int i2, 179void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
180 int inv, StkId res, TMS event) { 180 int inv, StkId res, TMS event) {
181 TValue aux; 181 TValue aux;
182 setivalue(&aux, i2); 182 setivalue(&aux, i2);