diff options
Diffstat (limited to 'libc/stdio/printf.c')
-rw-r--r-- | libc/stdio/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/printf.c b/libc/stdio/printf.c index e031f8cb9..ca3ffb772 100644 --- a/libc/stdio/printf.c +++ b/libc/stdio/printf.c @@ -336,7 +336,7 @@ static const char dbl_err[] = "<DOUBLE>"; static const char u_spec[] = "%nbopxXudicsfgGeEaA"; #else /* layout 0123456789012 */ -static const char u_spec[] = "%nbopxXudics0"; +static const char u_spec[] = "%nbopxXudics"; #endif /* WARNING: u_spec and u_radix need to stay in agreement!!! */ |