summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfprintf.c
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2003-04-07 01:07:48 +0000
committerDavid Schultz <das@FreeBSD.org>2003-04-07 01:07:48 +0000
commitd890afb84d783f8817300d4b5a69981ba12608f4 (patch)
treec811c021530ba6e98eb58486ed9d409e02565a5f /lib/libc/stdio/vfprintf.c
parent234e6b87fa54bdffd4589a7e4ee7cf7138381de6 (diff)
Notes
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 940b08679a9e..826ea288c4b0 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 */