We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acd197 commit 14051a5Copy full SHA for 14051a5
src/MicroOcpp/Core/Time.cpp
@@ -38,7 +38,7 @@ Timestamp::Timestamp() : MemoryManaged("Timestamp") {
38
39
Timestamp::Timestamp(const Timestamp& other) {
40
*this = other;
41
- updateMemoryTag(other.getMemoryTag());
+ updateMemoryTag(other.getMemoryTag(), nullptr);
42
}
43
44
bool Timestamp::isUnixTime() const {
0 commit comments