mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
isNull() ignores pointers (6796,5606)
This commit is contained in:
@@ -163,8 +163,6 @@ class VariantData {
|
||||
}
|
||||
|
||||
bool isNull() const {
|
||||
if (isPointer()) // P+0 G+20
|
||||
return _content.asPointer->isNull();
|
||||
return type() == VALUE_IS_NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user