From: oliskoli Date: Thu, 4 May 2006 16:41:00 +0000 (+0000) Subject: Patch from Rob: Write also line headers for routepoints. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2891 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6479a497a969fb8306c7c9c8524483399e9ee6b2;p=gpsbabel.git Patch from Rob: Write also line headers for routepoints. --- diff --git a/gpsbabel/stmwpp.c b/gpsbabel/stmwpp.c index 6fb4c4c7c..7dc1fda14 100644 --- a/gpsbabel/stmwpp.c +++ b/gpsbabel/stmwpp.c @@ -232,6 +232,7 @@ stmwpp_waypt_cb(const waypoint *wpt) switch(what) { case STM_WAYPT: + case STM_RTEPT: fprintf(fout, "WP,D,%s,", wpt->shortname); break; @@ -245,6 +246,7 @@ stmwpp_waypt_cb(const waypoint *wpt) switch(what) { case STM_WAYPT: + case STM_RTEPT: fprintf(fout, ".%02d", wpt->centiseconds); break; case STM_TRKPT: