comparison subreader.c @ 25470:e71edb23a650

Typo fix in message
author reimar
date Sat, 22 Dec 2007 16:05:37 +0000
parents fb8ad8ae4dfd
children 9d0b189ce1b2
comparison
equal deleted inserted replaced
25469:fbb527ada079 25470:e71edb23a650
1091 if (st && st->flags & STREAM_SEEK ) { 1091 if (st && st->flags & STREAM_SEEK ) {
1092 cp_tmp = guess_cp(st, enca_lang, enca_fallback); 1092 cp_tmp = guess_cp(st, enca_lang, enca_fallback);
1093 } else { 1093 } else {
1094 cp_tmp = enca_fallback; 1094 cp_tmp = enca_fallback;
1095 if (st) 1095 if (st)
1096 mp_msg(MSGT_SUBREADER,MSGL_WARN,"SUB: enca failed, stream must be seakable.\n"); 1096 mp_msg(MSGT_SUBREADER,MSGL_WARN,"SUB: enca failed, stream must be seekable.\n");
1097 } 1097 }
1098 } 1098 }
1099 #endif 1099 #endif
1100 if ((icdsc = iconv_open (tocp, cp_tmp)) != (iconv_t)(-1)){ 1100 if ((icdsc = iconv_open (tocp, cp_tmp)) != (iconv_t)(-1)){
1101 mp_msg(MSGT_SUBREADER,MSGL_V,"SUB: opened iconv descriptor.\n"); 1101 mp_msg(MSGT_SUBREADER,MSGL_V,"SUB: opened iconv descriptor.\n");