[WIN32SS] %wZ expects the address of the string

svn path=/trunk/; revision=68684
This commit is contained in:
Christoph von Wittich 2015-08-11 10:49:54 +00:00
parent 92e464c726
commit 261083ff50

View file

@ -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 */