printf icon indicating copy to clipboard operation
printf copied to clipboard

printf_("%#.0llo", 0) produces "", should produce "0"

Open eyalroz opened this issue 4 years ago • 0 comments

This is similar to bug #109 , but with long long arguments (and an ll specifier).

If we call printf_("%#.0llo", 0), we get an empty string ("") instead of getting "0" like we should with the alternative format for octal.

eyalroz avatar Jul 31 '21 19:07 eyalroz