aboutsummaryrefslogtreecommitdiff
path: root/src/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.c')
-rw-r--r--src/tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools.c b/src/tools.c
index f445068..8fba8c2 100644
--- a/src/tools.c
+++ b/src/tools.c
@@ -1564,6 +1564,7 @@ static void lookup_native_func( lua_State* L2, lua_State* L, uint_t i, enum eLoo
1564 } 1564 }
1565 else 1565 else
1566 { 1566 {
1567 gotchaA = "";
1567 gotchaB = ""; 1568 gotchaB = "";
1568 what = (lua_type( L, -1) == LUA_TSTRING) ? lua_tostring( L, -1) : luaL_typename( L, -1); 1569 what = (lua_type( L, -1) == LUA_TSTRING) ? lua_tostring( L, -1) : luaL_typename( L, -1);
1569 } 1570 }