mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 03:52:16 +02:00
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