[PATCH] quartz: Print This pointer before iface pointer in traces.

Alex Henrie alexhenrie24 at gmail.com
Thu Apr 28 00:12:56 CDT 2016


Cc: Andrew Eikum <aeikum at codeweavers.com>
Cc: Christian Costa <titan.costa at gmail.com>

This matches what is done in AMFilterData_ParseFilterData and
AMFilterData_CreateFilterData.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/quartz/filtermapper.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/quartz/filtermapper.c b/dlls/quartz/filtermapper.c
index a462fbc..6564155 100644
--- a/dlls/quartz/filtermapper.c
+++ b/dlls/quartz/filtermapper.c
@@ -1159,7 +1159,8 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters(
     HRESULT hr;
 
     TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s) stub!\n",
-        iface,This,
+        This,
+        iface,
         ppEnum,
         dwMerit,
         bInputNeeded ? "true" : "false",
-- 
2.8.0




More information about the wine-patches mailing list