Module: wine Branch: master Commit: 18d72bd8ca49f586a9be983e8c83b0a77821e3a0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=18d72bd8ca49f586a9be983e8c...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sun Jun 28 23:37:31 2015 +0200
dmband: Add missing TRACE to QI.
---
dlls/dmband/bandtrack.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/dmband/bandtrack.c b/dlls/dmband/bandtrack.c index 3913e14..eb62ec1 100644 --- a/dlls/dmband/bandtrack.c +++ b/dlls/dmband/bandtrack.c @@ -45,6 +45,8 @@ static HRESULT WINAPI IDirectMusicTrack8Impl_QueryInterface(IDirectMusicTrack8 * { IDirectMusicBandTrack *This = impl_from_IDirectMusicTrack8(iface);
+ TRACE("(%p, %s, %p)\n", This, debugstr_dmguid(riid), ret_iface); + *ret_iface = NULL;
if (IsEqualIID(riid, &IID_IUnknown) || IsEqualIID(riid, &IID_IDirectMusicTrack) ||