diff options
| author | David Schultz <das@FreeBSD.org> | 2003-04-07 01:07:48 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2003-04-07 01:07:48 +0000 |
| commit | d890afb84d783f8817300d4b5a69981ba12608f4 (patch) | |
| tree | c811c021530ba6e98eb58486ed9d409e02565a5f /lib/libc/stdio/vfprintf.c | |
| parent | 234e6b87fa54bdffd4589a7e4ee7cf7138381de6 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/vfprintf.c')
| -rw-r--r-- | lib/libc/stdio/vfprintf.c | 2 |
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 */ |
