glibc 2.1.94

Joseph S. Myers jsm28@cam.ac.uk
Tue Sep 19 08:09:00 GMT 2000


I need the following patch for a clean `make check' on x86.  Otherwise the
bad format "%b" in tst-printf gets printed as "%Ib".

--- glibc.orig/stdio-common/printf-parse.h	Thu Aug 31 21:45:17 2000
+++ glibc/stdio-common/printf-parse.h	Tue Sep 19 12:36:41 2000
@@ -148,6 +148,7 @@ parse_one_spec (const UCHAR_T *format, s
   spec->info.left = 0;
   spec->info.showsign = 0;
   spec->info.group = 0;
+  spec->info.i18n = 0;
   spec->info.pad = ' ';
   spec->info.wide = sizeof (UCHAR_T) > 1;
 

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Libc-alpha mailing list