diff src/fileio.c @ 97887:cff62eaa08c4

* font.h (font_range): * fileio.c (report_file_error): * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 31 Aug 2008 00:56:58 +0000
parents 951870b6c085
children ab6494b53df0
line wrap: on
line diff
--- a/src/fileio.c	Sat Aug 30 22:50:35 2008 +0000
+++ b/src/fileio.c	Sun Aug 31 00:56:58 2008 +0000
@@ -269,7 +269,7 @@
 
 	    str = (char *) SDATA (errstring);
 	    c = STRING_CHAR (str, 0);
-	    Faset (errstring, 0, make_number (DOWNCASE (c)));
+	    Faset (errstring, make_number (0), make_number (DOWNCASE (c)));
 	  }
 
 	xsignal (Qfile_error,