From 7e6585ee8d5782187ba73c05d63150ac093d98d4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 30 Jul 1996 05:33:30 +0000 Subject: [PATCH] Update from GNU libc master. --- lib/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2