forked from bblanchon/ArduinoJson
Test that char* are copied
This commit is contained in:
@ -47,8 +47,7 @@ void JsonValue::operator=(JsonValue const& value)
|
||||
return;
|
||||
}
|
||||
|
||||
JsonNodeType nodeType = value._node ? value._node->type : JSON_UNDEFINED;
|
||||
|
||||
JsonNodeType nodeType = value._node ? value._node->type : JSON_UNDEFINED;
|
||||
|
||||
switch (nodeType)
|
||||
{
|
||||
|
Reference in New Issue
Block a user