diff options
Diffstat (limited to 'lib/libc')
-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 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 */ |