summaryrefslogtreecommitdiff
path: root/ais_json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-09 22:10:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-09 22:10:57 +0000
commit48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8 (patch)
tree960c444e3b85960484bcf8d5592d7d2a152bb115 /ais_json.c
parentf8568d0193cd3d5e730b986e79d49fcda7c2367a (diff)
downloadgpsd-48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8.tar.gz
More splint cleanup. All regression tests pass.
Diffstat (limited to 'ais_json.c')
-rw-r--r--ais_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ais_json.c b/ais_json.c
index 9396c794..3556377e 100644
--- a/ais_json.c
+++ b/ais_json.c
@@ -21,7 +21,7 @@ representations to libgps structures.
#include "gps_json.h"
static void lenhex_unpack(const char *from,
- unsigned *plen, char *to, size_t maxlen)
+ size_t *plen, /*@out@*/char *to, size_t maxlen)
{
char *colon = strchr(from, ':');