changeset 20359:e61919e44027

Update from GNU libc master.
author Jim Meyering <jim@meyering.net>
date Tue, 30 Jul 1996 05:33:30 +0000
parents 3fe82d4b1d82
children 42adca0f8ed0
files lib/strftime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strftime.c	Mon Jul 22 01:01:10 1996 +0000
+++ b/lib/strftime.c	Tue Jul 30 05:33:30 1996 +0000
@@ -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)
 	      {