Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8a8147d6
Commit
8a8147d6
authored
Jun 02, 1998
by
Kenichi Handa
Browse files
(detect_coding_mask): Initilize local variable C.
parent
b70b2dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/coding.c
src/coding.c
+1
-0
No files found.
src/coding.c
View file @
8a8147d6
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment