mirror of
https://github.com/DaveGamble/cJSON.git
synced 2025-08-26 08:12:32 +08:00
internal_configuration: Add case_sensitive
This commit is contained in:
@ -43,7 +43,7 @@ static void assert_is_value(cJSON *value_item, int type)
|
||||
|
||||
static void assert_parse_value(const char *string, int type)
|
||||
{
|
||||
parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0, 0, 0, 0 } };
|
||||
parse_buffer buffer = { 0, 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0 } };
|
||||
buffer.content = (const unsigned char*) string;
|
||||
buffer.length = strlen(string) + sizeof("");
|
||||
buffer.configuration = global_configuration;
|
||||
|
Reference in New Issue
Block a user