From 744e14b4505796a5465c03ee77422aaa4d8cae30 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 15 Nov 2014 12:19:11 +0200 Subject: Save the diluent pressures to XML Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- save-xml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/save-xml.c b/save-xml.c index 61740b3ea..51d3054e4 100644 --- a/save-xml.c +++ b/save-xml.c @@ -213,6 +213,7 @@ static void save_sample(struct membuffer *b, struct sample *sample, struct sampl put_milli(b, " depth='", sample->depth.mm, " m'"); put_temperature(b, sample->temperature, " temp='", " C'"); put_pressure(b, sample->cylinderpressure, " pressure='", " bar'"); + put_pressure(b, sample->diluentpressure, " pdiluent='", " bar'"); /* * We only show sensor information for samples with pressure, and only if it -- cgit v1.2.3-70-g09d2