Skip to content

Missing formatter #1

@wvdvegt

Description

@wvdvegt

The formatted 'F' is missing. According to https://en.cppreference.com/w/c/io/fprintf 'F' seems to be an alias for 'f'.

In 'FormatObject.cs/private void LoadDefaultFormatters()' simply add

AddFormatter('F', floatFormatter);

directly after the line:

AddFormatter('f', floatFormatter);

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