]> sourceware.org Git - glibc.git/commitdiff
%z is now recognized by printf.
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Jul 1998 09:04:25 +0000 (09:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Jul 1998 09:04:25 +0000 (09:04 +0000)
stdio-common/tst-printf.c

index 99eb3ef709419aed14eb73627cd9318b9d6bae8b..884e19f52aad1ef1b0f77cb994c28da9900ec015 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 95, 96, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 93, 95, 96, 97, 98 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -146,7 +146,7 @@ I am ready for my first lesson today.";
   fmtst2chk("%0*.*x");
 
 #ifndef        BSD
-  printf("bad format:\t\"%z\"\n");
+  printf("bad format:\t\"%b\"\n");
   printf("nil pointer (padded):\t\"%10p\"\n", (void *) NULL);
 #endif
 
This page took 0.043623 seconds and 5 git commands to generate.