From 8da510f8f54a5addf1dfc417ba2f3d12442f9506 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Tue, 18 Dec 2007 01:20:33 +0000 Subject: Catch up with vfprintf.c,v 1.77. --- lib/libc/stdio/vfwprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/stdio') diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index eabdc9ec8dc7..b4ed1a8e498e 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; -- cgit v1.2.3