This commit is contained in:
jl777
2018-09-04 18:36:20 -11:00
parent 77dd6cb203
commit 8127ca6beb

View File

@@ -317,7 +317,7 @@ cJSON *get_komodocli(char **retstrp,char *acname,char *method,char *arg0,char *a
*retstrp = 0;
if ( (jsonstr= filestr(&fsize,fname)) != 0 )
{
fprintf("%s -> jsonstr.(%s)\n",cmdstr,jsonstr));
fprintf(stderr,"%s -> jsonstr.(%s)\n",cmdstr,jsonstr));
if ( (retjson= cJSON_Parse(jsonstr)) == 0 )
*retstrp = jsonstr;
else free(jsonstr);