diff src/print.c @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children fe104dbd9147
line wrap: on
line diff
--- a/src/print.c	Mon Aug 13 09:15:13 2007 +0200
+++ b/src/print.c	Mon Aug 13 09:15:49 2007 +0200
@@ -655,11 +655,11 @@
   if (STRINGP (errmsg))
     Fprinc (errmsg, stream);
   else
-    write_string_1 ("Peculiar error", 14, stream);
+    write_string_1 ((CONST Bufbyte *)"Peculiar error", 14, stream);
 
   for (i = 0; CONSP (tail); tail = Fcdr (tail), i++)
     {
-      write_string_1 (i ? ", " : ": ", 2, stream);
+      write_string_1 ((CONST Bufbyte *)(i ? ", " : ": "), 2, stream);
       if (!NILP (file_error))
 	Fprinc (Fcar (tail), stream);
       else