aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/TimestampDecoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h
index 171dba7..c835430 100644
--- a/src/TimestampDecoder.h
+++ b/src/TimestampDecoder.h
@@ -122,6 +122,7 @@ class TimestampDecoder : public RemoteControllable
latestFCT = 0;
enableDecode = false;
full_timestamp_received = false;
+ bzero(&temp_time, sizeof(temp_time));
gmtime_r(0, &temp_time);
offset_changed = false;