diff subreader.c @ 10932:80276a5ccb34

subtitles priority calculation correction
author atlka
date Tue, 23 Sep 2003 05:36:47 +0000
parents fc2cfb994784
children 42cb00f7209f
line wrap: on
line diff
--- a/subreader.c	Mon Sep 22 16:29:49 2003 +0000
+++ b/subreader.c	Tue Sep 23 05:36:47 2003 +0000
@@ -1762,7 +1762,7 @@
 		    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