summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorRobert Norris <rw_norris@hotmail.com>2017-03-05 23:15:59 +0000
committerFred Wright <fw@fwright.net>2017-03-17 15:04:35 -0700
commitda6175a230865d6492de1bbad226ff1e00f6979c (patch)
treee0de47978b89c500b19da0bbb06da55441b6c79b /libgps_core.c
parentcac8820698acd72d838c1df0b7ba15dcd614a35f (diff)
downloadgpsd-da6175a230865d6492de1bbad226ff1e00f6979c.tar.gz
Remove misleading comment.
The code doesn't fail on 32bit machines. TESTED: Run 'test_gpsmm' and 'test_libgps -D 4' on a 32bit Linux machine. Signed-off-by: Fred Wright <fw@fwright.net>
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 7df1c9a3..7ff31862 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -295,7 +295,6 @@ void libgps_dump_state(struct gps_data_t *collect)
{
/* no need to dump the entire state, this is a sanity check */
#ifndef USE_QT
- /* will fail on a 32-bit machine */
(void)fprintf(debugfp, "flags: (0x%04x) %s\n",
(unsigned int)collect->set, gps_maskdump(collect->set));
#endif