mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WIN32SS] %wZ expects the address of the string
svn path=/trunk/; revision=68684
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user