summaryrefslogtreecommitdiffstats
path: root/subreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.c')
-rw-r--r--subreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.c b/subreader.c
index 6d30013115..26dbb1c33b 100644
--- a/subreader.c
+++ b/subreader.c
@@ -1762,7 +1762,7 @@ char** sub_filenames(char* path, char *fname)
if (prio) {
prio += prio;
#ifdef USE_ICONV
- if (sub_utf8 || (i<3)){ // prefer UTF-8 coded
+ if (i<3){ // prefer UTF-8 coded
prio++;
}
#endif