X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fvfprintf.c;h=4c990e5e54fa730c755206a9c5a6b4c597e8b2a3;hb=dba68bf98fc708cea4c478278c889fc7ad802b00;hp=67660121a71e3801319d7d0c4cea82f43c3ab1ee;hpb=cc44d9f2017855ad29c5c1301e8368158a4c2fa7;p=musl diff --git a/src/stdio/vfprintf.c b/src/stdio/vfprintf.c index 67660121..4c990e5e 100644 --- a/src/stdio/vfprintf.c +++ b/src/stdio/vfprintf.c @@ -570,11 +570,11 @@ static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, case 'u': a = fmt_u(arg.i, z); } + if (p>=0) fl &= ~ZERO_PAD; if (!arg.i && !p) { a=z; break; } - if (p>=0) fl &= ~ZERO_PAD; p = MAX(p, z-a + !arg.i); break; case 'c':