mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +01:00
Bug in mime.c initialization. Popping too much.
This commit is contained in:
parent
390846b640
commit
b6edaac284
@ -85,7 +85,6 @@ int mime_open(lua_State *L)
|
||||
lua_newtable(L);
|
||||
luaL_openlib(L, NULL, func, 0);
|
||||
lua_settable(L, LUA_GLOBALSINDEX);
|
||||
lua_pop(L, 1);
|
||||
/* initialize lookup tables */
|
||||
qpsetup(qpclass, qpunbase);
|
||||
b64setup(b64unbase);
|
||||
|
Loading…
Reference in New Issue
Block a user