From b6edaac2841137cf0ef5105f75358bbab4570d87 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 12 Feb 2004 04:21:34 +0000 Subject: [PATCH] Bug in mime.c initialization. Popping too much. --- src/mime.c | 1 - 1 file changed, 1 deletion(-) 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) 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);