summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c1
1 files changed, 0 insertions, 1 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);