From 74065ad8aabb0b43bb70df9ab3cc319dc21f9430 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Thu, 5 May 2016 09:26:10 +0300 Subject: Allow parsing of .txt files on import Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- core/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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; -- cgit v1.2.3-70-g09d2