dmband: Add missing TRACE to QI.

Michael Stefaniuc mstefani at redhat.de
Sun Jun 28 16:37:31 CDT 2015


---
Moar copy and paste FAIL


 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) ||
-- 
2.1.0



More information about the wine-patches mailing list