[PATCH] Get rid of double space after uuid in ssrf file

subsurface at henrik.synth.no subsurface at henrik.synth.no
Sun Feb 15 05:03:57 PST 2015


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 save-xml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/save-xml.c b/save-xml.c
index c09b908..d5f1e15 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -517,7 +517,7 @@ void save_dives_buffer(struct membuffer *b, const bool select_only)
 			i--; // since we just deleted that one
 			continue;
 		}
-		put_format(b, "<site uuid='%8x' ", ds->uuid);
+		put_format(b, "<site uuid='%8x'", ds->uuid);
 		show_utf8(b, ds->name, " name='", "'", 1);
 		if (ds->latitude.udeg || ds->longitude.udeg) {
 			put_degrees(b, ds->latitude, " gps='", " ");
-- 
2.2.2



More information about the subsurface mailing list