Skip to content

Commit 158da94

Browse files
committed
add some override
1 parent 92fa4ae commit 158da94

File tree

13 files changed

+8303
-1
lines changed

13 files changed

+8303
-1
lines changed

3rd/lua-seri/luajit-patch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ int common_lua_rawgeti(lua_State* L, int idx, int n)
66
lua_rawgeti(L, idx, n);
77
#else
88
lua_rawgeti(L, idx, n);
9-
return LUA_TTABLE;
9+
return lua_type(L, -1);
1010
#endif
1111
}
1212

0 commit comments

Comments
 (0)