From a646178441879965b57c630e0d3691ba66464998 Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Sat, 18 Jul 2020 20:14:20 +0300 Subject: [PATCH] Moved .dat to common extensions list --- src/formats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/formats.c b/src/formats.c index bd610caa..1c493da2 100644 --- a/src/formats.c +++ b/src/formats.c @@ -138,7 +138,7 @@ static const char* extension_list[] = { "cxs", "da", - "dat", + //"dat", //common "data", "dax", "dbm", @@ -622,6 +622,7 @@ static const char* common_extension_list[] = { "aif", //common "aiff", //common "bin", //common + "dat", //common "flac", //common "m4a", //common "m4v", //common