summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-01 19:55:13 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-01 19:55:13 -0400
commitcf18e52e7420c5219fbf2d054b95c1e701adb389 (patch)
tree4d3c07fbdaf7bbd388e990dfbfb49f9f70904c4d /gpxlogger.c
parent282122c022d42765b491a11ced84b1749469c726 (diff)
downloadgpsd-cf18e52e7420c5219fbf2d054b95c1e701adb389.tar.gz
Actual code changes to get rid of Berlios URLs.
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index 2576a847..5403adba 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -44,7 +44,7 @@ static void print_gpx_header(void)
char tbuf[CLIENT_DATE_MAX+1];
(void)fprintf(logfile,"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
- (void)fprintf(logfile,"<gpx version=\"1.1\" creator=\"GPSD %s - http://gpsd.berlios.de/\"\n", VERSION);
+ (void)fprintf(logfile,"<gpx version=\"1.1\" creator=\"GPSD %s - %s\"\n", VERSION, GPSD_URL);
(void)fprintf(logfile," xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n");
(void)fprintf(logfile," xmlns=\"http://www.topografix.com/GPX/1/1\"\n");
(void)fprintf(logfile," xsi:schemaLocation=\"http://www.topografix.com/GPX/1/1\n");