X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=parse-xml.c;h=d6fc953a7cbc075bd2317ee24ce8c61314b03aea;hp=761cc3b41464ed7188f235a645cdff90c3219816;hb=9c7aaed02aef077bda9b376e981fb705b8021750;hpb=697435b249e1e2f308cc72c85180806cc0765249 diff --git a/parse-xml.c b/parse-xml.c index 761cc3b..d6fc953 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -647,6 +647,7 @@ static int uddf_fill_sample(struct sample *sample, const char *name, int len, ch return MATCH(".divetime", sampletime, &sample->time) || MATCH(".depth", depth, &sample->depth) || MATCH(".temperature", temperature, &sample->temperature) || + MATCH(".tankpressure", pressure, &sample->cylinderpressure) || 0; }