Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use constant format string for fprintf calls #247

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

rhelmot
Copy link
Contributor

@rhelmot rhelmot commented Nov 4, 2024

This silences a compiler warning and prevents a fairly serious class of bugs in case the wxString constructor ever changes its behavior to pull data from an external source (highly unlikely, but that's what the compiler is scared of!)

@bk138 bk138 merged commit 3c80893 into bk138:master Nov 4, 2024
0 of 3 checks passed
@bk138
Copy link
Owner

bk138 commented Nov 4, 2024

@rhelmot thanks for the contribution! Surprisingly, this fails the MacOS CI and I already clicked on merge 🤦 - As it's only been a few seconds in, I reset the branch to before this commit for the sake of a clean history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants