diff --git a/core/import-csv.c b/core/import-csv.c index 3af424315..5a687b0bd 100644 --- a/core/import-csv.c +++ b/core/import-csv.c @@ -137,6 +137,7 @@ int parse_dan_format(const char *filename, char **params, int pnr) /* We got a trailer, no samples on this dive */ if (strncmp(iter, "ZDT", 3) == 0) { end_ptr = iter - (char *)mem.buffer; + ret |= parse_xml_buffer(filename, "", 11, &dive_table, (const char **)params); continue; }