aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-08-30 19:08:45 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-08-30 19:08:45 +0200
commitf5939de02ada69d2ff4ca28bddc9241dcc5c356c (patch)
tree355ff207201e02930aeba6fd03393908363ba0ca /src/TimestampDecoder.h
parentd3d5de2dac2defc41cd9ea13825914a70c976eb5 (diff)
parent65afcb59dd63e22e8c7877228e21ed321a49312b (diff)
downloaddabmod-f5939de02ada69d2ff4ca28bddc9241dcc5c356c.tar.gz
dabmod-f5939de02ada69d2ff4ca28bddc9241dcc5c356c.tar.bz2
dabmod-f5939de02ada69d2ff4ca28bddc9241dcc5c356c.zip
Merge branch 'next' into next_memless
Diffstat (limited to 'src/TimestampDecoder.h')
-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;