|
@@ -1007,7 +1007,7 @@ CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return
|
|
}
|
|
}
|
|
|
|
|
|
buffer.content = (const unsigned char*)value;
|
|
buffer.content = (const unsigned char*)value;
|
|
- buffer.length = strlen((const char*)value) + sizeof("");
|
|
|
|
|
|
+ buffer.length = strlen(value) + sizeof("");
|
|
buffer.offset = 0;
|
|
buffer.offset = 0;
|
|
buffer.hooks = global_hooks;
|
|
buffer.hooks = global_hooks;
|
|
|
|
|