mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Update cJSON.c
This commit is contained in:
parent
0fd1435f4b
commit
10b888be54
2
cJSON.c
2
cJSON.c
@ -467,7 +467,7 @@ static char *print_object(cJSON *item,int depth,int fmt)
|
|||||||
|
|
||||||
/* Collect all the results into our arrays: */
|
/* Collect all the results into our arrays: */
|
||||||
child=item->child;depth++;if (fmt) len+=depth;
|
child=item->child;depth++;if (fmt) len+=depth;
|
||||||
while (child)
|
while (child&&!fail)
|
||||||
{
|
{
|
||||||
names[i]=str=print_string_ptr(child->string);
|
names[i]=str=print_string_ptr(child->string);
|
||||||
entries[i++]=ret=print_value(child,depth,fmt);
|
entries[i++]=ret=print_value(child,depth,fmt);
|
||||||
|
Loading…
Reference in New Issue
Block a user