@@ -847,6 +847,7 @@ char *cJSON_PrintBuffered(cJSON *item,int prebuffer,int fmt)
p.buffer = (char*)cJSON_malloc(prebuffer);
p.length = prebuffer;
p.offset = 0;
return print_value(item, 0, fmt, &p);
}
The note is not visible to the blocked user.