summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--file.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/file.c b/file.c
index ad5b0354d..c22f29f91 100644
--- a/file.c
+++ b/file.c
@@ -487,6 +487,9 @@ int parse_txt_file(const char *filename, const char *csv)
dive->cylinder[cur_cylinder_index].gasmix.he.permille = he * 10;
cur_cylinder_index++;
+ lineptr = strstr(memtxt.buffer, "Dive started at");
+ if (lineptr)
+ dive->notes = strdup(lineptr);
dc = &dive->dc;
/*