This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.1.94


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]