Remove redundant test from cJSON_AddItemToArray
@@ -1658,7 +1658,7 @@ void cJSON_AddItemToArray(cJSON *array, cJSON *item)
else
{
/* append to the end */
while (c && c->next)
while (c->next)
c = c->next;
}
The note is not visible to the blocked user.