We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cJSON/cJSON.c
Line 1980 in cf97c6f
else { while (child->next) { child = child->next; } suffix_object(child, item); array->child->prev = item; }
The text was updated successfully, but these errors were encountered:
Removing it will make cJSON_Utils failed, I will check it and to optimize it when I'm free.
Sorry, something went wrong.
fixed by #503
No branches or pull requests
cJSON/cJSON.c
Line 1980 in cf97c6f
I think child->prev always != NULL so that we can not reach code from line 1979 to 1986。
Please check whether it is a dead code or not.
The text was updated successfully, but these errors were encountered: