summaryrefslogtreecommitdiff
path: root/libgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-07 23:30:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-07 23:30:26 +0000
commitcec96db6986eeb894e43dd01a6e1a26cef3ad706 (patch)
treec7198436c20d6b06476e33afd09f82f2508ae336 /libgps.c
parent1efc70b98907350347785a6f5e21f9179cbc075b (diff)
downloadgpsd-cec96db6986eeb894e43dd01a6e1a26cef3ad706.tar.gz
41 splint warnings.
gps_mask_t type introduced so we won't wire in a bunch of dependencies on the size of the flag mask.
Diffstat (limited to 'libgps.c')
-rw-r--r--libgps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgps.c b/libgps.c
index fa468924..b036d27c 100644
--- a/libgps.c
+++ b/libgps.c
@@ -88,6 +88,7 @@ void gps_clear_fix(struct gps_fix_t *fixp)
fixp->epd = UNCERTAINTY_NOT_VALID;
fixp->eps = UNCERTAINTY_NOT_VALID;
fixp->epc = UNCERTAINTY_NOT_VALID;
+ fixp->separation = SEPARATION_NOT_VALID;
}
struct gps_data_t *gps_open(const char *host, const char *port)