Skip to content

Commit 14051a5

Browse files
committed
fix workflows
1 parent 0acd197 commit 14051a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MicroOcpp/Core/Time.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Timestamp::Timestamp() : MemoryManaged("Timestamp") {
3838

3939
Timestamp::Timestamp(const Timestamp& other) {
4040
*this = other;
41-
updateMemoryTag(other.getMemoryTag());
41+
updateMemoryTag(other.getMemoryTag(), nullptr);
4242
}
4343

4444
bool Timestamp::isUnixTime() const {

0 commit comments

Comments
 (0)