changeset 10932:80276a5ccb34

subtitles priority calculation correction
author atlka
date Tue, 23 Sep 2003 05:36:47 +0000
parents 7c7a103fa157
children e645a1277f6e
files subreader.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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