@ -845,6 +845,10 @@ char *cJSON_PrintBuffered(const cJSON *item, int prebuffer, int fmt)
{
printbufferp;
p.buffer=(char*)cJSON_malloc(prebuffer);
if(!p.buffer)
{
return0;
}
p.length=prebuffer;
p.offset=0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.