From: Jim Meyering Date: Tue, 30 Jul 1996 05:33:30 +0000 (+0000) Subject: Update from GNU libc master. X-Git-Tag: TEXTUTILS-1_19b~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba877cf285561ea8088158ec7f5bd517e76837b;p=thirdparty%2Fcoreutils.git Update from GNU libc master. --- diff --git a/lib/strftime.c b/lib/strftime.c index 1633c5a782..ac5e4ae443 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -341,7 +341,7 @@ strftime (s, maxsize, format, tp) /* Format the number according to the PAD flag. */ register char *nf = &number_fmt[1]; - int printed; + int printed = maxdigits; switch (pad) {