diff options
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 0761425dcd8..bd7e219ac3f 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5427,7 +5427,7 @@ detect_coding (coding) | |||
| 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; |