From b176ccdda7f087f85daa5ea6ee32322df3837989 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 3 Aug 2011 12:33:27 -0700 Subject: [PATCH] Trace the parameters to DS8Buffer_Play --- buffer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buffer.c b/buffer.c index d8ba3b2..b8c0b20 100644 --- a/buffer.c +++ b/buffer.c @@ -1497,9 +1497,8 @@ static HRESULT WINAPI DS8Buffer_Play(IDirectSoundBuffer8 *iface, DWORD res1, DWO DS8Buffer *This = impl_from_IDirectSoundBuffer8(iface); ALint type, state = AL_STOPPED; HRESULT hr; - (void)res1; - TRACE("%p\n", This); + TRACE("(%p)->(%"LONGFMT"u, %"LONGFMT"u, %"LONGFMT"u\n", iface, res1, prio, flags); EnterCriticalSection(This->crst); setALContext(This->ctx); -- 2.11.4.GIT