From d2ea3cadb347b651b1905b74865dbf4109d641fe Mon Sep 17 00:00:00 2001 From: dfr Date: Thu, 19 Jan 1995 12:05:53 +0000 Subject: Fix handling of 'e' format floating point so that it prints trailing zeros correctly. --- lib/libc/stdio/vfprintf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/stdio/vfprintf.c') diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index 3610e10..ebd772f 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -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; -- cgit v1.1