mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Allow parsing of .txt files on import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b2d2d13650
commit
74065ad8aa
2 changed files with 14 additions and 2 deletions
|
@ -884,7 +884,7 @@ int parse_txt_file(const char *filename, const char *csv)
|
|||
record_dive(dive);
|
||||
return 1;
|
||||
} else {
|
||||
return report_error(translate("gettextFromC", "No matching DC found for file '%s'"), csv);
|
||||
return 0;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue