Commit 92e05ed9 authored by Alexandre Julliard's avatar Alexandre Julliard

wineoss: Get rid of %ll printf formats.

parent f60a0f5e
......@@ -640,8 +640,8 @@ static HRESULT WINAPI AudioClient_Initialize(IAudioClient *iface,
int mask;
HRESULT hr;
TRACE("(%p)->(%x, %x, %llu, %llu, %p, %s)\n", This, mode, flags,
duration, period, fmt, debugstr_guid(sessionguid));
TRACE("(%p)->(%x, %x, %s, %s, %p, %s)\n", This, mode, flags,
wine_dbgstr_longlong(duration), wine_dbgstr_longlong(period), fmt, debugstr_guid(sessionguid));
if(!fmt)
return E_POINTER;
......
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