Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/25/1995 03:30:01
jtc
Wed Jan 25 03:20:44 PST 1995
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/stdio

Modified Files:
	vfprintf.c 
Log Message:
Fixed bug with '+' or ' ' flags and precision.
for example, printf("% 6.4d\n", 77) output one two many padding chars.