diff --git a/src/stdio/vfprintf.c b/src/stdio/vfprintf.c index 2ecf76925c97f3ee34faf03b3b23a6e5c1c2dc81..e439a07a195a69d06045cafde49fab3927045b0c 100644 --- a/src/stdio/vfprintf.c +++ b/src/stdio/vfprintf.c @@ -570,7 +570,7 @@ static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, if (0) { case 'o': a = fmt_o(arg.i, z); - if ((fl&ALT_FORM) && p