summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-07-24 16:19:10 -0700
committerGary E. Miller <gem@rellim.com>2018-07-24 16:19:10 -0700
commit774127e50b6383c93f5e273d86a773a4774a9896 (patch)
tree87e7e6c6e0741b4bd2f5a2f6722ba6e23799711f /driver_ubx.c
parentbdb327c9e3d6ff90a73058ff0579491e6beedcff (diff)
downloadgpsd-774127e50b6383c93f5e273d86a773a4774a9896.tar.gz
driver_ubx another printf/size_t issue fixed.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 8f105b55..5ab84d23 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -539,7 +539,7 @@ ubx_msg_nav_velecef(struct gps_device_t *session, unsigned char *buf,
if (data_len < 20) {
gpsd_log(&session->context->errout, LOG_WARN,
- "Invalid NAV VELECEF message, payload len %ld", data_len);
+ "Invalid NAV VELECEF message, payload len %zd", data_len);
return 0;
}