FS-6615 test this patch

This commit is contained in:
Anthony Minessale
2014-07-16 19:33:10 +05:00
parent 958d9d9b21
commit 3a00260dc6
11 changed files with 440 additions and 424 deletions
@@ -1980,6 +1980,7 @@ static int _wrap_API_execute(lua_State* L) {
result = (char *)(arg1)->execute((char const *)arg2,(char const *)arg3);
SWIG_arg=0;
lua_pushstring(L,(const char*)result); SWIG_arg++;
free(result);
return SWIG_arg;
if(0) SWIG_fail;
@@ -2008,6 +2009,7 @@ static int _wrap_API_executeString(lua_State* L) {
result = (char *)(arg1)->executeString((char const *)arg2);
SWIG_arg=0;
lua_pushstring(L,(const char*)result); SWIG_arg++;
free(result);
return SWIG_arg;
if(0) SWIG_fail;