From 0658c2fb8d15fbe78fdd4edd1be184559ab53c32 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Aug 2014 10:17:59 -0400 Subject: Drop the obsolete tag field from JSON output. Bump the minor protocol number. Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures. --- gpxlogger.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gpxlogger.c') diff --git a/gpxlogger.c b/gpxlogger.c index b8829644..8bb7e226 100644 --- a/gpxlogger.c +++ b/gpxlogger.c @@ -89,7 +89,6 @@ static void print_fix(struct gps_data_t *gpsdata, double time) (void)fprintf(logfile," %f\n", gpsdata->fix.altitude); (void)fprintf(logfile," \n", unix_to_iso8601(time, tbuf, sizeof(tbuf))); - (void)fprintf(logfile," GPSD tag=\"%s\"\n", gpsdata->tag); if (gpsdata->status == STATUS_DGPS_FIX) (void)fprintf(logfile," dgps\n"); else -- cgit v1.2.1