comparison src/coding.c @ 89976:0217b5bc6404

(detect_coding): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 14 Sep 2004 07:55:26 +0000
parents 2fef8edebd5c
children 26cef35a1562
comparison
equal deleted inserted replaced
89975:84389b8b8802 89976:0217b5bc6404
5425 } 5425 }
5426 } 5426 }
5427 } 5427 }
5428 coding->head_ascii = src - (coding->source + coding->consumed); 5428 coding->head_ascii = src - (coding->source + coding->consumed);
5429 5429
5430 if (coding->head_ascii == coding->src_bytes 5430 if (coding->head_ascii < coding->src_bytes
5431 || detect_info.found) 5431 || detect_info.found)
5432 { 5432 {
5433 enum coding_category category; 5433 enum coding_category category;
5434 struct coding_system *this; 5434 struct coding_system *this;
5435 5435