From ab1e714570b953694ec9a5ac954fe02efd30d29e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 Jul 2005 22:15:18 +0000 Subject: Sepatate character from retry counters. --- isgps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isgps.c') 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)) { -- cgit v1.2.1