summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-05 23:06:52 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-05 23:06:52 +0000
commitcd4dda7ebfcf11d05ea4b0ba3ea086941187dc59 (patch)
treec7529540d6410ea27a90a2c746660ba610a3365c
parent27df5bb8eaf3dfc7239028a7aafa7eb85fccfb10 (diff)
downloadgpsd-cd4dda7ebfcf11d05ea4b0ba3ea086941187dc59.tar.gz
Quiet splint.
-rw-r--r--zodiac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zodiac.c b/zodiac.c
index 4a721fa2..14d9cfe1 100644
--- a/zodiac.c
+++ b/zodiac.c
@@ -291,7 +291,7 @@ static void handle1005(struct gps_device_t *session UNUSED)
{
/* ticks = getlong(6); */
/* sequence = getword(8); */
- int numcorrections = getword(12);
+ int numcorrections = (int)getword(12);
#if 0
int i;