diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 1bdac41c786..5e16250ce40 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3206,6 +3206,7 @@ detect_coding_mask (source, src_bytes, priorities, skip) | |||
| 3206 | /* We found nothing other than ASCII. There's nothing to do. */ | 3206 | /* We found nothing other than ASCII. There's nothing to do. */ |
| 3207 | return 0; | 3207 | return 0; |
| 3208 | 3208 | ||
| 3209 | c = *src; | ||
| 3209 | /* The text seems to be encoded in some multilingual coding system. | 3210 | /* The text seems to be encoded in some multilingual coding system. |
| 3210 | Now, try to find in which coding system the text is encoded. */ | 3211 | Now, try to find in which coding system the text is encoded. */ |
| 3211 | if (c < 0x80) | 3212 | if (c < 0x80) |