mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +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
|
||||
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='", " ");
|
||||
|
|
Loading…
Add table
Reference in a new issue