lua: use lua_Integer when appropriate
This avoids potential information loss when converting size_t to lua_Integer by not converting to int in between. (cherry picked from commit c194896d)
Loading
Please register or sign in to comment
This avoids potential information loss when converting size_t to lua_Integer by not converting to int in between. (cherry picked from commit c194896d)