Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/29/1997 05:40:02
phil
Thu Aug 28 22:31:12 PDT 1997
Update of /cvsroot/src/lib/libc/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv15562

Modified Files:
	vfprintf.c 
Log Message:
Remove the flag test when seeing if _double is zero or not.  We
are only testing for the cvt problem, not for alternate forms.
This change makes %#e and %e both correctly print 0.  It is just
a question of is it the proper number of zeros or not?