Skip to content

Currently always enabling support for MSVC integer size specifiers #205

@eyalroz

Description

@eyalroz

The commit introducing support for MSVC's size-based specifiers, resolving issue #51, has a bug: We define SUPPORT_MSVC_STYLE_INTEGER_SPECIFIERS to either 0 or 1, but we check it with #ifdef instead of #if. This means that if one is building using the generated printf_config.h - support is always enabled.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingresolved-on-developA changeset fixing this issue has been commiutted to the development branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions