From: Ulrich Drepper Date: Wed, 29 Jul 1998 09:04:25 +0000 (+0000) Subject: %z is now recognized by printf. X-Git-Tag: cvs/glibc-2_0_95~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ceeeaa3dcf76e7bc68ad276a1a54d988bef58934;p=platform%2Fupstream%2Fglibc.git %z is now recognized by printf. --- diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index 99eb3ef..884e19f 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.c @@ -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