From c3c3dd84ac6a50280296a5cf601ac895b9702744 Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Wed, 20 Feb 2013 21:00:28 +0100 Subject: Change divelogs.de export file suffix from .ZIP to .DLD As Rainer finished up the export function on divelogs.de, he used DLD as a suffix instead. Suggested-by: Rainer Mohr Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 967afb8b6..28022c85e 100644 --- a/file.c +++ b/file.c @@ -227,8 +227,8 @@ static int open_by_filename(const char *filename, const char *fmt, struct memblo if (!strcasecmp(fmt, "SDE")) return try_to_open_zip(filename, mem, error); - /* divelogs.de files: divelogsData.zip */ - if (!strcasecmp(fmt, "ZIP")) + /* divelogs.de files: DLD */ + if (!strcasecmp(fmt, "DLD")) return try_to_open_zip(filename, mem, error); /* Truly nasty intentionally obfuscated Cochran Anal software */ -- cgit v1.2.3-70-g09d2