Fix handling of 'e' format floating point so that it prints trailing zeros

correctly.
This commit is contained in:
Doug Rabson 1995-01-19 12:05:53 +00:00
parent a5bf27a269
commit 2cc220b6ed

View File

@ -507,7 +507,6 @@ reswitch: switch (ch) {
prec = (prec == -1) ?
DEFPREC + 1 : prec + 1;
/* FALLTHROUGH */
goto fp_begin;
case 'f': /* always print trailing zeroes */
if (prec != 0)
flags |= ALT;