mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Get rid of double space after uuid in ssrf file
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
39ffb0fced
commit
b84c885a94
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ void save_dives_buffer(struct membuffer *b, const bool select_only)
|
||||||
i--; // since we just deleted that one
|
i--; // since we just deleted that one
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
put_format(b, "<site uuid='%8x' ", ds->uuid);
|
put_format(b, "<site uuid='%8x'", ds->uuid);
|
||||||
show_utf8(b, ds->name, " name='", "'", 1);
|
show_utf8(b, ds->name, " name='", "'", 1);
|
||||||
if (ds->latitude.udeg || ds->longitude.udeg) {
|
if (ds->latitude.udeg || ds->longitude.udeg) {
|
||||||
put_degrees(b, ds->latitude, " gps='", " ");
|
put_degrees(b, ds->latitude, " gps='", " ");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue