summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorThomas Sprinkmeier <thomas.sprinkmeier@cohdawireless.com>2011-02-01 13:34:55 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-01 13:34:55 -0500
commit786d419a427e5e0a2a2622d33da001a45506ffd5 (patch)
treeac2a3f22a6123f9df7f210896768e69abd88121d /libgps_core.c
parenta96df0cffdfe0eed07468e4c63a0bec135f79335 (diff)
downloadgpsd-786d419a427e5e0a2a2622d33da001a45506ffd5.tar.gz
Process GPGST into noise statistics. All regression tests pass.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 9ee4abd7..06f0fb47 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -165,7 +165,7 @@ static void libgps_dump_state(struct gps_data_t *collect)
/* no need to dump the entire state, this is a sanity check */
#ifndef USE_QT
- (void)fprintf(debugfp, "flags: (0x%04x) %s\n",
+ (void)fprintf(debugfp, "flags: (0x%04llx) %s\n",
collect->set, gps_maskdump(collect->set));
#endif
if (collect->set & ONLINE_SET)