aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index a90795d781b..f2af9f5bf35 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5217,6 +5217,7 @@ decode_coding_string (str, coding, nocopy)
5217 { 5217 {
5218 /* Decoding routines expect the source text to be unibyte. */ 5218 /* Decoding routines expect the source text to be unibyte. */
5219 str = Fstring_as_unibyte (str); 5219 str = Fstring_as_unibyte (str);
5220 to_byte = STRING_BYTES (XSTRING (str));
5220 nocopy = 1; 5221 nocopy = 1;
5221 coding->src_multibyte = 0; 5222 coding->src_multibyte = 0;
5222 } 5223 }