From 4044ff6925fa9095143b29570c50a3f54789276b Mon Sep 17 00:00:00 2001 From: gnuite Date: Sun, 9 Mar 2008 19:24:05 +0000 Subject: [PATCH] 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 --- src/gpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.44.0