From: gnuite Date: Sun, 9 Mar 2008 19:24:05 +0000 (+0000) Subject: Fixed bug in POI export to GPX (closes #2216) X-Git-Tag: fremantle/3.0+alpha0~178 X-Git-Url: http://git.itanic.dy.fi/?p=maemo-mapper;a=commitdiff_plain;h=4044ff6925fa9095143b29570c50a3f54789276b Fixed bug in POI export to GPX (closes #2216) git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@156 6c538b50-5814-0410-93ad-8bdf4c0149d1 --- diff --git a/src/gpx.c b/src/gpx.c index 7c1342a..4c668f0 100644 --- a/src/gpx.c +++ b/src/gpx.c @@ -854,7 +854,7 @@ gpx_poi_write(GtkTreeModel *model, GnomeVFSHandle *handle) WRITE_STRING("\" lon=\""); g_ascii_formatd(buffer, sizeof(buffer), "%.06f", poi.lon); WRITE_STRING(buffer); - WRITE_STRING("\"/>\n"); + WRITE_STRING("\">\n"); if(poi.label && *poi.label) {