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 7f9f5171b9e..fd0d36e4241 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6619,7 +6619,7 @@ to the string. */)
6619 Lisp_Object args[2]; 6619 Lisp_Object args[2];
6620 6620
6621 args[0] = unencodable_char_position (safe_chars, from, p, GPT_ADDR, n); 6621 args[0] = unencodable_char_position (safe_chars, from, p, GPT_ADDR, n);
6622 n -= Flength (args[0]); 6622 n -= XINT (Flength (args[0]));
6623 if (n <= 0) 6623 if (n <= 0)
6624 positions = args[0]; 6624 positions = args[0];
6625 else 6625 else