# HG changeset patch # User Jim Meyering # Date 838704810 0 # Node ID 78245dd88de4ad6d1573e8b5b754f9c363679c5d # Parent f63f6236102ebb485e70b0027d77c57a9f064d9b Update from GNU libc master. diff --git a/lib/strftime.c b/lib/strftime.c --- a/lib/strftime.c +++ b/lib/strftime.c @@ -341,7 +341,7 @@ /* Format the number according to the PAD flag. */ register char *nf = &number_fmt[1]; - int printed; + int printed = maxdigits; switch (pad) {