aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-02-12 04:21:34 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-02-12 04:21:34 +0000
commitb6edaac2841137cf0ef5105f75358bbab4570d87 (patch)
treec6230cb7d5d7880ac83861190995a4e960430c23
parent390846b640ee7013d51a766b4b2472bdcfbbdfcc (diff)
downloadluasocket-b6edaac2841137cf0ef5105f75358bbab4570d87.tar.gz
luasocket-b6edaac2841137cf0ef5105f75358bbab4570d87.tar.bz2
luasocket-b6edaac2841137cf0ef5105f75358bbab4570d87.zip
Bug in mime.c initialization. Popping too much.
-rw-r--r--src/mime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mime.c b/src/mime.c
index ae4084d..1a8bff4 100644
--- a/src/mime.c
+++ b/src/mime.c
@@ -85,7 +85,6 @@ int mime_open(lua_State *L)
85 lua_newtable(L); 85 lua_newtable(L);
86 luaL_openlib(L, NULL, func, 0); 86 luaL_openlib(L, NULL, func, 0);
87 lua_settable(L, LUA_GLOBALSINDEX); 87 lua_settable(L, LUA_GLOBALSINDEX);
88 lua_pop(L, 1);
89 /* initialize lookup tables */ 88 /* initialize lookup tables */
90 qpsetup(qpclass, qpunbase); 89 qpsetup(qpclass, qpunbase);
91 b64setup(b64unbase); 90 b64setup(b64unbase);