summaryrefslogtreecommitdiffstats
path: root/core/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/file.c')
-rw-r--r--core/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/file.c b/core/file.c
index 3e8041878..b5bf79c5a 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");