diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/compat52.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat52.h b/src/compat52.h index 22541f7..163aecb 100644 --- a/src/compat52.h +++ b/src/compat52.h | |||
@@ -94,7 +94,7 @@ static void luaL_requiref(lua_State *L, const char *modname, lua_CFunction openf | |||
94 | lua_setfield(L, -2, modname); | 94 | lua_setfield(L, -2, modname); |
95 | 95 | ||
96 | lua_pop(L, 2); | 96 | lua_pop(L, 2); |
97 | 97 | ||
98 | if (glb) { | 98 | if (glb) { |
99 | lua_pushvalue(L, -1); | 99 | lua_pushvalue(L, -1); |
100 | lua_setglobal(L, modname); | 100 | lua_setglobal(L, modname); |