win32: Fix format specifiers for DWORD values

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/458>
This commit is contained in:
Patrick Gaskin 2021-01-03 04:07:09 -05:00 committed by PulseAudio Marge Bot
parent 7ac0d90615
commit dd87e9f229
3 changed files with 5 additions and 5 deletions

View file

@ -251,7 +251,7 @@ finish:
LocalFree(msgbuf);
} else {
pa_log_warn("FindFirstFile(%s) failed with error %ld, ignoring.", pattern, err);
pa_log_warn("FormatMessage failed with error %ld", GetLastError());
pa_log_warn("FormatMessage failed with error %lu", GetLastError());
}
}
}