aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 76ce467eed0..ea00a90d37b 100644
--- a/src/print.c
+++ b/src/print.c
@@ -350,7 +350,8 @@ printchar (unsigned int ch, Lisp_Object fun)
350 to data in a Lisp string. Otherwise that is not safe. */ 350 to data in a Lisp string. Otherwise that is not safe. */
351 351
352static void 352static void
353strout (char *ptr, int size, int size_byte, Lisp_Object printcharfun, int multibyte) 353strout (const char *ptr, int size, int size_byte, Lisp_Object printcharfun,
354 int multibyte)
354{ 355{
355 if (size < 0) 356 if (size < 0)
356 size_byte = size = strlen (ptr); 357 size_byte = size = strlen (ptr);