summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-26 22:15:18 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-26 22:15:18 +0000
commitab1e714570b953694ec9a5ac954fe02efd30d29e (patch)
tree6baa79cf8407afdebb7c1563716ee406fd666337 /isgps.c
parentad27fec3c98b8a57020e9ee97234a81f596357e5 (diff)
downloadgpsd-ab1e714570b953694ec9a5ac954fe02efd30d29e.tar.gz
Sepatate character from retry counters.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isgps.c b/isgps.c
index 8ea83d9f..cbed50e2 100644
--- a/isgps.c
+++ b/isgps.c
@@ -207,7 +207,7 @@ enum isgpsstat_t isgps_decode(struct gps_device_t *session,
} else {
session->driver.isgps.curr_word |= c >> -(session->driver.isgps.curr_offset);
}
- gpsd_report(RTCM_ERRLEVEL_BASE+2, "syncing at byte %d: %0x%08x\n", session->counter, session->driver.isgps.curr_word);
+ gpsd_report(RTCM_ERRLEVEL_BASE+2, "syncing at byte %d: %0x%08x\n", session->char_counter, session->driver.isgps.curr_word);
if (preamble_match(&session->driver.isgps.curr_word)) {
if (isgpsparityok(session->driver.isgps.curr_word)) {