summaryrefslogtreecommitdiff
path: root/sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-25 16:21:38 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-25 16:21:38 +0000
commit0b1674c688c99276b59d3be05feb0615ca7f17ab (patch)
treee32d4fff3c61bd0c0b81142d9c03f974ae054b59 /sirf.c
parenta44f9d076c9d9af7aaab6496e150c08170a22d5c (diff)
downloadgpsd-0b1674c688c99276b59d3be05feb0615ca7f17ab.tar.gz
Narrow an interface.
Diffstat (limited to 'sirf.c')
-rw-r--r--sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sirf.c b/sirf.c
index 13819f55..4a4c7c37 100644
--- a/sirf.c
+++ b/sirf.c
@@ -306,7 +306,7 @@ gps_mask_t sirf_parse(struct gps_device_t *session, unsigned char *buf, size_t l
words[7] = (unsigned int)getul(buf, 31);
words[8] = (unsigned int)getul(buf, 35);
words[9] = (unsigned int)getul(buf, 39);
- gpsd_interpret_subframe(session, chan, svid, words);
+ gpsd_interpret_subframe(session, words);
if (session->context->valid & LEAP_SECOND_VALID) {
gpsd_report(4, "Disabling subframe transmission...\n");