mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Compare commits
1 commit
7a6b244887
...
cd1fc59142
Author | SHA1 | Date | |
---|---|---|---|
|
cd1fc59142 |
1 changed files with 0 additions and 4 deletions
|
@ -350,12 +350,8 @@ static int parse_dan_format(const char *filename, struct xml_params *params, str
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (mem_csv.empty()) {
|
|
||||||
mem_csv = "<csv></csv>";
|
|
||||||
} else {
|
|
||||||
if (try_to_xslt_open_csv(filename, mem_csv, "csv"))
|
if (try_to_xslt_open_csv(filename, mem_csv, "csv"))
|
||||||
return -1;
|
return -1;
|
||||||
}
|
|
||||||
|
|
||||||
ret |= parse_xml_buffer(filename, mem_csv.data(), mem_csv.size(), log, params);
|
ret |= parse_xml_buffer(filename, mem_csv.data(), mem_csv.size(), log, params);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue