mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01: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