diff options
Diffstat (limited to 'src/mime.c')
-rw-r--r-- | src/mime.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /*=========================================================================*\ | 1 | /*=========================================================================*\ |
2 | * Encoding support functions | 2 | * MIME support functions |
3 | * LuaSocket toolkit | 3 | * LuaSocket toolkit |
4 | * | 4 | * |
5 | * RCS ID: $Id$ | 5 | * RCS ID: $Id$ |
@@ -653,7 +653,7 @@ static int mime_global_eol(lua_State *L) | |||
653 | const char *marker = luaL_optstring(L, 3, CRLF); | 653 | const char *marker = luaL_optstring(L, 3, CRLF); |
654 | luaL_Buffer buffer; | 654 | luaL_Buffer buffer; |
655 | luaL_buffinit(L, &buffer); | 655 | luaL_buffinit(L, &buffer); |
656 | /* if the last character was a candidate, we output a new line */ | 656 | /* end of input blackhole */ |
657 | if (!input) { | 657 | if (!input) { |
658 | lua_pushnil(L); | 658 | lua_pushnil(L); |
659 | lua_pushnumber(L, 0); | 659 | lua_pushnumber(L, 0); |