diff options
Diffstat (limited to 'core/save-xml.c')
-rw-r--r-- | core/save-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/save-xml.c b/core/save-xml.c index d3b9e6c8d..0410975dc 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -598,6 +598,7 @@ void save_dives_buffer(struct membuffer *b, const bool select_only) put_format(b, "<site uuid='%8x'", ds->uuid); show_utf8(b, ds->name, " name='", "'", 1); + show_utf8(b, ds->country, " country='", "'", 1); if (ds->latitude.udeg || ds->longitude.udeg) { put_degrees(b, ds->latitude, " gps='", " "); put_degrees(b, ds->longitude, "", "'"); |