summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-20 05:10:55 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-20 05:10:55 -0500
commit7c91413c000d22d86109a498b85356f105c96bb4 (patch)
tree843d0a7764ff0b48406ef59c10b3f777ad7cf791 /gpsd.c
parentbcea2a19a631a149839025c42629465e7ba63b9c (diff)
downloadgpsd-7c91413c000d22d86109a498b85356f105c96bb4.tar.gz
Partial splint cleanup.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.c b/gpsd.c
index 2d728a67..d48e866c 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -138,6 +138,7 @@ struct gps_context_t context = {
.rtcmbytes = 0,
.rtcmbuf = {'\0'},
.rtcmtime = 0,
+ .start_time = 0,
.leap_seconds = LEAP_SECONDS,
.gps_week = 0,
.gps_tow = 0,