@@ -503,7 +503,7 @@ static cJSON_bool print_number(const cJSON * const item, printbuffer * const out
}
/* This checks for NaN and Infinity */
if (!compare_double(d * 0, 0))
if ((d * 0) != 0)
{
length = sprintf((char*)number_buffer, "null");
The note is not visible to the blocked user.