test
This commit is contained in:
@@ -837,7 +837,7 @@ char *jprint(cJSON *json,int32_t freeflag)
|
|||||||
initflag = 1;
|
initflag = 1;
|
||||||
}*/
|
}*/
|
||||||
if ( json == 0 )
|
if ( json == 0 )
|
||||||
return(clonestr("{}"));
|
return(clonestr((char *)"{}"));
|
||||||
//portable_mutex_lock(&mutex);
|
//portable_mutex_lock(&mutex);
|
||||||
//usleep(5000);
|
//usleep(5000);
|
||||||
str = cJSON_Print(json), _stripwhite(str,' ');
|
str = cJSON_Print(json), _stripwhite(str,' ');
|
||||||
|
|||||||
Reference in New Issue
Block a user