Andrey Gusev : wpc: Fix TRACE for WindowsParentalControls_CreateInstance.

Alexandre Julliard julliard at winehq.org
Thu Oct 20 18:32:47 CDT 2016


Module: wine
Branch: master
Commit: 8a3f1a0754bd9db2c913ed531ccdc47b4f1233de
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8a3f1a0754bd9db2c913ed531ccdc47b4f1233de

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sun Oct 16 19:45:42 2016 +0300

wpc: Fix TRACE for WindowsParentalControls_CreateInstance.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wpc/wpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wpc/wpc.c b/dlls/wpc/wpc.c
index 10468e9..ef2d6dd 100644
--- a/dlls/wpc/wpc.c
+++ b/dlls/wpc/wpc.c
@@ -104,7 +104,7 @@ static HRESULT WINAPI WindowsParentalControls_CreateInstance(IClassFactory *ifac
 {
     static IWindowsParentalControls wpc = { &WindowsParentalControlsVtbl };
 
-    TRACE("(%s %p %p)\n", debugstr_guid(riid), outer, ppv);
+    TRACE("(%p %s %p)\n", outer, debugstr_guid(riid), ppv);
 
     return IWindowsParentalControls_QueryInterface(&wpc, riid, ppv);
 }




More information about the wine-cvs mailing list