summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfprintf.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2003-04-07 01:07:48 +0000
committerdas <das@FreeBSD.org>2003-04-07 01:07:48 +0000
commitcd640e57f76ca4b3b2679cd650715784f6bce1d6 (patch)
treec811c021530ba6e98eb58486ed9d409e02565a5f /lib/libc/stdio/vfprintf.c
parentc60d47e32fa788f718c9737decd272a306812929 (diff)
downloadFreeBSD-src-cd640e57f76ca4b3b2679cd650715784f6bce1d6.zip
FreeBSD-src-cd640e57f76ca4b3b2679cd650715784f6bce1d6.tar.gz
Today just isn't my day. Remove some old commented out code that snuck
into the last commit. Noticed by: mike
Diffstat (limited to 'lib/libc/stdio/vfprintf.c')
-rw-r--r--lib/libc/stdio/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c
index 940b086..826ea28 100644
--- a/lib/libc/stdio/vfprintf.c
+++ b/lib/libc/stdio/vfprintf.c
@@ -948,7 +948,7 @@ fp_begin:
}
size += nseps + nrepeats;
} else
- lead = expt /*(expt < ndig) ? expt : ndig*/;
+ lead = expt;
}
break;
#endif /* FLOATING_POINT */
OpenPOWER on IntegriCloud