mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Save CCR cylinder use in XML and git
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
84dc8b8962
commit
202c5cbfeb
6 changed files with 31 additions and 1 deletions
|
@ -179,6 +179,8 @@ static void save_cylinder_info(struct membuffer *b, struct dive *dive)
|
|||
put_gasmix(b, &cylinder->gasmix);
|
||||
put_pressure(b, cylinder->start, " start='", " bar'");
|
||||
put_pressure(b, cylinder->end, " end='", " bar'");
|
||||
if (cylinder->cylinder_use != OC_GAS)
|
||||
show_utf8(b, cylinderuse_text[cylinder->cylinder_use], " use='", "'", 1);
|
||||
put_format(b, " />\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue