summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 05:22:05 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 05:22:05 -0400
commite58b002b3f9d8c08f6b498086f2bdbdfdc20a3e3 (patch)
tree143fc8d2872bb7041644b6a0468bc6712aecf69b /libgps_core.c
parentac85fd80804877fbce0fb26e7f4a4c30a9033777 (diff)
downloadgpsd-e58b002b3f9d8c08f6b498086f2bdbdfdc20a3e3.tar.gz
Remove obsolete FIXME.
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 ecbaa89d..7a6fd4d0 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -602,7 +602,6 @@ int gps_poll(struct gps_data_t *gpsdata)
}
assert(eol != NULL);
- // FIXME: Make the JSON parser stop on \n so this isn't needed
*eol = '\0';
response_length = eol - priv->buffer + 1;
received = gpsdata->online = timestamp();