webmcp

changeset 424:553a1a9dbc4c

Fixed bug which was introduced during code-cleanup of <db_handle>:quote_string(...) function
author jbe
date Tue Jan 12 19:30:59 2016 +0100 (2016-01-12)
parents e64ef2b681d2
children beb1e7925a52
files libraries/mondelefant/mondelefant_native.c
line diff
     1.1 --- a/libraries/mondelefant/mondelefant_native.c	Tue Jan 12 19:10:04 2016 +0100
     1.2 +++ b/libraries/mondelefant/mondelefant_native.c	Tue Jan 12 19:30:59 2016 +0100
     1.3 @@ -619,6 +619,7 @@
     1.4    output[output_len + 2] = 0;
     1.5    // create Lua string:
     1.6    luaL_addsize(&buf, output_len + 2);
     1.7 +  luaL_pushresult(&buf);
     1.8    // return Lua string:
     1.9    return 1;
    1.10  }

Impressum / About Us