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

correctly.
This commit is contained in:
dfr 1995-01-19 12:05:53 +00:00
parent ae4ac9b4ad
commit 53cd1fe88b

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;