Signed-off-by: Miika Turkia <[email protected]>
---
 core/file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/file.c b/core/file.c
index 3e80418..b5bf79c 100644
--- a/core/file.c
+++ b/core/file.c
@@ -956,6 +956,7 @@ int parse_csv_file(const char *filename, char **params, int 
pnr, const char *csv
                        tmpbuf[7] = 0;
                        params[pnr++] = "time";
                        params[pnr++] = strdup(tmpbuf);
+                       params[pnr++] = NULL;
                }
 
                ptr = strstr(mem.buffer, "ZDP");
-- 
2.5.0

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to