(decode_coding_object): Fix last change.
This commit is contained in:
parent
0154725e48
commit
bb555731e0
1 changed files with 1 additions and 1 deletions
|
@ -7051,7 +7051,7 @@ decode_coding_object (coding, src_object, from, from_byte, to, to_byte,
|
|||
/* Most callers presume this will return a multibyte result, and they
|
||||
won't use `binary' or `raw-text' anyway, so let's not worry about
|
||||
CODING_FOR_UNIBYTE. */
|
||||
coding->dst_multibyte = Qt;
|
||||
coding->dst_multibyte = 1;
|
||||
}
|
||||
|
||||
decode_coding (coding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue