Zhao Zhixu

Results 4 comments of Zhao Zhixu

I also have this problem. It happens **every time** my machine wakes up from sleep. I always fix it by restarting unity or rebooting. I'm using Ubuntu 16.04, Unity 7.4.0,...

> why not use `cJSON_CreateArray` directly? It's more natural, and has less surprises. When I use cJSON_CreateXXXArray() for different types of data, I expect they can create `[]` naturally when...

> Although this little modification could meet your needs, pass a NULL pointer to a function is not a recommended behavior, I still think when `numbers` is null, `cJSON_CreateXxxArray` returns...

> I am afraid I dont think that's the case, such the example: `char date[11] = "2021-10-18"; printf(date);` The print result is `2021-10-18` not `"2021-10-18"` but i printf("cJSON_Print date") result...