changeset 24505:d6fcaeb4c03c

(Fformat): Accept %i format.
author Karl Heuer <kwzh@gnu.org>
date Fri, 19 Mar 1999 08:09:59 +0000
parents 4a181ea97251
children 219c99669e4b
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;