(detect_coding): Fix previous change.
This commit is contained in:
parent
2070e3c1e4
commit
3aef54f3ce
1 changed files with 1 additions and 1 deletions
|
@ -5427,7 +5427,7 @@ detect_coding (coding)
|
|||
}
|
||||
coding->head_ascii = src - (coding->source + coding->consumed);
|
||||
|
||||
if (coding->head_ascii == coding->src_bytes
|
||||
if (coding->head_ascii < coding->src_bytes
|
||||
|| detect_info.found)
|
||||
{
|
||||
enum coding_category category;
|
||||
|
|
Loading…
Add table
Reference in a new issue