summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/import-csv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/import-csv.c b/core/import-csv.c
index f34cb6802..0255b4f7d 100644
--- a/core/import-csv.c
+++ b/core/import-csv.c
@@ -543,6 +543,7 @@ int parse_txt_file(const char *filename, const char *csv, struct dive_table *tab
cyl.type.workingpressure.mbar = 200000;
cyl.type.description = "3l Mk6";
cyl.gasmix.o2.permille = 1000;
+ cyl.manually_added = true;
add_cloned_cylinder(&dive->cylinders, cyl);
cyl.cylinder_use = DILUENT;