summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2007-12-18 01:20:33 +0000
committerdas <das@FreeBSD.org>2007-12-18 01:20:33 +0000
commitb5d3ffed424aea6027548bba670540fcd60cc605 (patch)
treec267bbfa14c525f0670591dc93ae9cce877f8242 /lib
parentbbeb8e278aae8df1de09929ce552c13f242c5d19 (diff)
downloadFreeBSD-src-b5d3ffed424aea6027548bba670540fcd60cc605.zip
FreeBSD-src-b5d3ffed424aea6027548bba670540fcd60cc605.tar.gz
Catch up with vfprintf.c,v 1.77.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/vfwprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c
index eabdc9e..b4ed1a8 100644
--- a/lib/libc/stdio/vfwprintf.c
+++ b/lib/libc/stdio/vfwprintf.c
@@ -902,6 +902,7 @@ fp_common:
} else
cp = (ch >= 'a') ? L"inf" : L"INF";
size = 3;
+ flags &= ~ZEROPAD;
break;
}
flags |= FPT;
OpenPOWER on IntegriCloud