I can spell the goodest, I swear

This commit is contained in:
ThePhD 2016-05-05 16:40:14 -04:00
parent 9f189df874
commit 2cfce0d8ce

View File

@ -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 */