[c,printf] fix wlog format string to match arguments

This commit is contained in:
akallabeth
2026-01-16 11:43:27 +01:00
parent 67d9424d8b
commit 7e521697f1

View File

@@ -343,7 +343,7 @@ DWORD WaitForMultipleObjectsEx(DWORD nCount, const HANDLE* lpHandles, BOOL bWait
if (!pollset_init(&pollset, nCount + extraFds))
{
WLog_ERR(TAG, "unable to initialize pollset for nCount=%" PRIu32 " extraCount=%" PRIu32 "",
WLog_ERR(TAG, "unable to initialize pollset for nCount=%" PRIu32 " extraCount=%" PRIuz "",
nCount, extraFds);
return WAIT_FAILED;
}