Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7272d75c
Commit
7272d75c
authored
Aug 11, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ccl_coding_driver): Initialize ccl->multibyte.
parent
975ddbf5
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 @
7272d75c
...
...
@@ -3912,6 +3912,7 @@ ccl_coding_driver (coding, source, destination, src_bytes, dst_bytes, encodep)
ccl
->
last_block
=
coding
->
mode
&
CODING_MODE_LAST_BLOCK
;
if
(
encodep
)
ccl
->
eol_type
=
coding
->
eol_type
;
ccl
->
multibyte
=
coding
->
src_multibyte
;
coding
->
produced
=
ccl_driver
(
ccl
,
source
,
destination
,
src_bytes
,
dst_bytes
,
&
(
coding
->
consumed
));
if
(
encodep
)
...
...
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