wineoss: Get rid of %ll printf formats.

This commit is contained in:
Alexandre Julliard 2011-05-02 21:03:15 +02:00
parent f60a0f5e56
commit 92e05ed981
1 changed files with 2 additions and 2 deletions

View File

@ -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;