diff options
Diffstat (limited to '')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp index 27e595c..2e551ed 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -239,7 +239,7 @@ namespace state { | |||
239 | lua_pop(_L, 1); | 239 | lua_pop(_L, 1); |
240 | } else { | 240 | } else { |
241 | lua_pushcfunction(_L, luaopen_base); | 241 | lua_pushcfunction(_L, luaopen_base); |
242 | lua_pushstring(_L, ""); | 242 | luaG_pushstring(_L, ""); |
243 | lua_call(_L, 1, 0); | 243 | lua_call(_L, 1, 0); |
244 | } | 244 | } |
245 | } | 245 | } |