aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 0152b327295..e94cee5e2de 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4388,7 +4388,7 @@ code_convert_string (str, coding, encodep, nocopy)
4388 ? encode_coding (coding, XSTRING (str)->data + from, 4388 ? encode_coding (coding, XSTRING (str)->data + from,
4389 buf + from, to_byte - from, len) 4389 buf + from, to_byte - from, len)
4390 : decode_coding (coding, XSTRING (str)->data + from, 4390 : decode_coding (coding, XSTRING (str)->data + from,
4391 buf + from, to - from, len)); 4391 buf + from, to_byte - from, len));
4392 if (! encodep && result == CODING_FINISH_INCONSISTENT_EOL) 4392 if (! encodep && result == CODING_FINISH_INCONSISTENT_EOL)
4393 { 4393 {
4394 /* We simple try to decode the whole string again but without 4394 /* We simple try to decode the whole string again but without