From 9ba877cf285561ea8088158ec7f5bd517e76837b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 30 Jul 1996 05:33:30 +0000 Subject: Update from GNU libc master. --- lib/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/strftime.c') diff --git a/lib/strftime.c b/lib/strftime.c index 1633c5a78..ac5e4ae44 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) { -- cgit v1.2.3-54-g00ecf