From d2cf58e07e64b4e1e6a81f07c2efce38c55be78b Mon Sep 17 00:00:00 2001 From: willemferguson Date: Tue, 19 Nov 2019 19:16:45 +0200 Subject: core: read and write the user-specified salinity Both XML and git storage are added. Signed-off-by: willemferguson Signed-off-by: Dirk Hohndel --- core/save-xml.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/save-xml.c') diff --git a/core/save-xml.c b/core/save-xml.c index 2a8ec5fa7..963907fb2 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -499,9 +499,10 @@ void save_one_dive_to_mb(struct membuffer *b, struct dive *dive, bool anonymize) if (dive->chill) put_format(b, " chill='%d'", dive->chill); save_tags(b, dive->tag_list); - if (dive->dive_site) { + if (dive->dive_site) put_format(b, " divesiteid='%8x'", dive->dive_site->uuid); - } + if (dive->user_salinity) + put_salinity(b, dive->user_salinity, " watersalinity='", " g/l'"); show_date(b, dive->when); if (surface_pressure.mbar) put_pressure(b, surface_pressure, " airpressure='", " bar'"); -- cgit v1.2.3-70-g09d2