mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
I can spell the goodest, I swear
This commit is contained in:
parent
9f189df874
commit
2cfce0d8ce
|
@ -162,7 +162,7 @@ inline int luaL_loadbufferx(lua_State* L, const char* buff, size_t size, const c
|
|||
kepler_lua_compat_get_string_view ls;
|
||||
ls.s = buff;
|
||||
ls.size = size;
|
||||
return lua_load(L, getS, &ls, name, mode);
|
||||
return lua_load(L, kepler_lua_compat_get_string, &ls, name, mode);
|
||||
}
|
||||
|
||||
#endif /* Lua 5.1 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user