aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2007-05-08 03:08:28 +0000
committerDavid Schultz <das@FreeBSD.org>2007-05-08 03:08:28 +0000
commit970a466c40b11ffe2fc545e6b94e75f8a1207cf6 (patch)
treea931cd99f5a094a7c756662fece61e8e32029520
parent7f7c29db5e61daaf10fcc3d319b47e4b9820f6f7 (diff)
Notes
-rw-r--r--lib/libc/stdio/vfprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c
index 06d5e94d8561..45e7c7fbc14c 100644
--- a/lib/libc/stdio/vfprintf.c
+++ b/lib/libc/stdio/vfprintf.c
@@ -908,6 +908,7 @@ fp_common:
} else
cp = (ch >= 'a') ? "inf" : "INF";
size = 3;
+ flags &= ~ZEROPAD;
break;
}
flags |= FPT;