changeset 12455:092875b4fea7

more cola for jindrich
author rfelker
date Sun, 09 May 2004 22:15:54 +0000
parents 83a18b230e8c
children 99fd884f2caf
files subreader.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/subreader.c	Sun May 09 22:06:13 2004 +0000
+++ b/subreader.c	Sun May 09 22:15:54 2004 +0000
@@ -1348,6 +1348,7 @@
     
     rewind (fd);
 
+#ifdef USE_ICONV
 #ifdef HAVE_ENCA
     if (sscanf(sub_cp, "enca:%2s:%s", enca_lang, enca_fallback) == 2
 	|| sscanf(sub_cp, "ENCA:%2s:%s", enca_lang, enca_fallback) == 2) {
@@ -1359,7 +1360,6 @@
     current_sub_cp = sub_cp ? strdup(sub_cp) : NULL;
 #endif
 
-#ifdef USE_ICONV
     sub_utf8_prev=sub_utf8;
     {
 	    int l,k;