Commit 597f0b86 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

qcap: Print GetLastError() in decimal with '%u'.

parent f70fb8ec
......@@ -689,7 +689,7 @@ HRESULT qcap_driver_run(Capture *capBox, FILTER_STATE *state)
LeaveCriticalSection(&capBox->CritSect);
return S_OK;
}
ERR("Creating thread failed.. %x\n", GetLastError());
ERR("Creating thread failed.. %u\n", GetLastError());
LeaveCriticalSection(&capBox->CritSect);
return E_FAIL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment