summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-09 07:59:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-09 07:59:31 -0400
commitafe4984bb17a7a72764b84d7b959dc0431d0a130 (patch)
treeb95a77a2619bce7d7e7b4f28a41e8520c0c6eda2 /gpsdecode.c
parent8d2eba18012a75cdf2b55ceee824fec684cd2e3b (diff)
downloadgpsd-afe4984bb17a7a72764b84d7b959dc0431d0a130.tar.gz
Ensure that enabling timing won't break object file compatibility.
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdecode.c b/gpsdecode.c
index 7649518b..7027cc6c 100644
--- a/gpsdecode.c
+++ b/gpsdecode.c
@@ -427,7 +427,7 @@ static void decode(FILE *fpin, FILE*fpout)
#ifdef SOCKET_EXPORT_ENABLE
else
json_data_report(changed,
- &session.gpsdata, &policy,
+ &session, &policy,
buf, sizeof(buf));
#endif /* SOCKET_EXPORT_ENABLE */
(void)fputs(buf, fpout);