diff src/editfns.c @ 24505:d6fcaeb4c03c

(Fformat): Accept %i format.
author Karl Heuer <kwzh@gnu.org>
date Fri, 19 Mar 1999 08:09:59 +0000
parents 986eeaabee10
children a976dbfb1f55
line wrap: on
line diff
--- a/src/editfns.c	Fri Mar 19 08:00:13 1999 +0000
+++ b/src/editfns.c	Fri Mar 19 08:09:59 1999 +0000
@@ -2579,7 +2579,7 @@
 	    else
 #endif
 	      if (*format != 'd' && *format != 'o' && *format != 'x'
-		  && *format != 'X' && *format != 'c')
+		  && *format != 'i' && *format != 'X' && *format != 'c')
 		error ("Invalid format operation %%%c", *format);
 
 	    thissize = 30;