summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
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 */