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

dns_sd_windows: Fix invalid printf format string #1002

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

pcercuei
Copy link
Contributor

@pcercuei pcercuei commented Jul 4, 2023

It should use "%zu" to print a size_t.

This fixes a compiler warning under MinGW when the log level is set to Debug.

It should use "%zu" to print a size_t.

This fixes a compiler warning under MinGW when the log level is set to
Debug.

Signed-off-by: Paul Cercueil <[email protected]>
@pcercuei pcercuei requested a review from ccraluca July 4, 2023 13:17
@pcercuei pcercuei merged commit c34084e into master Jul 5, 2023
23 checks passed
@pcercuei pcercuei deleted the pcercuei/fix-printf-string branch July 5, 2023 07:30
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.

3 participants