Skip to content

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

Open
@eyalroz

Description

@eyalroz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions