From 2cfce0d8ce40e628b4043093e7350efceb1e9c23 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 5 May 2016 16:40:14 -0400 Subject: [PATCH] I can spell the goodest, I swear --- sol/compatibility/5.1.0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sol/compatibility/5.1.0.h b/sol/compatibility/5.1.0.h index a90cd5fa..ce91e2be 100644 --- a/sol/compatibility/5.1.0.h +++ b/sol/compatibility/5.1.0.h @@ -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 */