mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
win32: Fix format specifiers for DWORD values
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/458>
This commit is contained in:
parent
7ac0d90615
commit
dd87e9f229
3 changed files with 5 additions and 5 deletions
|
|
@ -510,7 +510,7 @@ int pa_thread_make_realtime(int rtprio) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
pa_log_warn("SetThreadPriority() failed: 0x%08X", GetLastError());
|
||||
pa_log_warn("SetThreadPriority() failed: 0x%08lX", GetLastError());
|
||||
errno = EPERM;
|
||||
#else
|
||||
errno = ENOTSUP;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue