diff options
Diffstat (limited to 'core/file.c')
-rw-r--r-- | core/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file.c b/core/file.c index b9da21fb2..3e8041878 100644 --- a/core/file.c +++ b/core/file.c @@ -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; |