# HG changeset patch # User rfelker # Date 1084140954 0 # Node ID 092875b4fea758554778189fa21525433645d65d # Parent 83a18b230e8ccf72391c66aa9ad1e77f18827309 more cola for jindrich diff -r 83a18b230e8c -r 092875b4fea7 subreader.c --- 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;