mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 18:55:13 -08:00
(detect_coding_mask): Initilize local variable C.
This commit is contained in:
parent
b70b2dd2c0
commit
8a8147d64b
1 changed files with 1 additions and 0 deletions
|
|
@ -3206,6 +3206,7 @@ detect_coding_mask (source, src_bytes, priorities, skip)
|
|||
/* We found nothing other than ASCII. There's nothing to do. */
|
||||
return 0;
|
||||
|
||||
c = *src;
|
||||
/* The text seems to be encoded in some multilingual coding system.
|
||||
Now, try to find in which coding system the text is encoded. */
|
||||
if (c < 0x80)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue