This commit is contained in:
jl777
2019-02-05 20:39:47 -11:00
parent 5754d4cca6
commit 64b55a0891

View File

@@ -465,6 +465,8 @@ cJSON *cclib_reparse(int32_t *nump,cJSON *origparams) // assumes origparams will
}
newstr[j] = 0;
params = cJSON_Parse(newstr);
if ( params != 0 )
printf("new.(%s) -> %s\n",newstr,jprint(params,0));
free(newstr);
*nump = cJSON_GetArraySize(params);
//free(origparams);