From 261083ff507d01d719882bba1ca3b27ec5803233 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 11 Aug 2015 10:49:54 +0000 Subject: [PATCH] [WIN32SS] %wZ expects the address of the string svn path=/trunk/; revision=68684 --- reactos/win32ss/user/ntuser/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/user/ntuser/class.c b/reactos/win32ss/user/ntuser/class.c index f2f35de2a3e..b39b7cf7632 100644 --- a/reactos/win32ss/user/ntuser/class.c +++ b/reactos/win32ss/user/ntuser/class.c @@ -2657,7 +2657,7 @@ NtUserGetClassInfo( // If null instance use client. if (!hInstance) hInstance = hModClient; - TRACE("GetClassInfo(%wZ, %p)\n", SafeClassName, hInstance); + TRACE("GetClassInfo(%wZ, %p)\n", &SafeClassName, hInstance); /* NOTE: Need exclusive lock because getting the wndproc might require the creation of a call procedure handle */