diff options
| author | 2014-10-31 23:06:38 +0200 | |
|---|---|---|
| committer | 2014-10-31 14:58:57 -0700 | |
| commit | d4d59dadcf13d7a08db11eec2882f2ff02637ce2 (patch) | |
| tree | 4c2c2593f4307afa7ab77e881140d704ce5aad0f | |
| parent | 64f816b472a66750ec7e14bf46aa7f8bfb724c20 (diff) | |
| download | subsurface-d4d59dadcf13d7a08db11eec2882f2ff02637ce2.tar.gz | |
Add .txt to notes on MK6 import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
| -rw-r--r-- | file.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; /* |