mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
cleanup: initialize all fields
This doesn't appear likely to cause an issue, but also doesn't seem wrong. Fixes CID 350734 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8e330f297e
commit
572e2678a0
1 changed files with 2 additions and 0 deletions
|
@ -554,6 +554,8 @@ int parse_txt_file(const char *filename, const char *csv, struct dive_table *tab
|
|||
cyl.type.description = "3l Mk6";
|
||||
cyl.gasmix.o2.permille = 1000;
|
||||
cyl.manually_added = true;
|
||||
cyl.bestmix_o2 = 0;
|
||||
cyl.bestmix_he = 0;
|
||||
add_cloned_cylinder(&dive->cylinders, cyl);
|
||||
|
||||
cyl.cylinder_use = DILUENT;
|
||||
|
|
Loading…
Reference in a new issue