summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver_zodiac.c1
-rw-r--r--gpsd.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index bf18a565..02a72ed3 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -401,7 +401,6 @@ static gps_mask_t zodiac_analyze(struct gps_device_t *session)
for (i = 0; i < (int)session->packet.outbuflen; i++)
(void)snprintf(buf+strlen(buf), sizeof(buf)-strlen(buf),
"%02x", (unsigned int)session->packet.outbuffer[i]);
- (void)strlcat(buf, "\n", BUFSIZ);
gpsd_report(LOG_RAW, "Raw Zodiac packet type %d length %zd: %s\n",
id, session->packet.outbuflen, buf);
diff --git a/gpsd.c b/gpsd.c
index 5e75253d..9314d210 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -2366,8 +2366,7 @@ int main(int argc, char *argv[])
/*
* No reliable end of cycle. Must report
* every time a sentence changes position
- * or mode. Likely to cause display jitter
- * if buffer policy is casoc.
+ * or mode. Likely to cause display jitter.
*/
report_fix = true;
#ifdef DBUS_ENABLE