shlwapi: Print the debug string and not the pointer to it.

This commit is contained in:
Michael Stefaniuc 2012-03-21 23:40:08 +01:00 committed by Alexandre Julliard
parent 04121b3e02
commit 0556192994
1 changed files with 1 additions and 1 deletions

View File

@ -1435,7 +1435,7 @@ HRESULT WINAPI IUnknown_GetClassID(IUnknown *lpUnknown, CLSID* lpClassId)
IPersist* lpPersist;
HRESULT hRet = E_FAIL;
TRACE("(%p,%p)\n", lpUnknown, debugstr_guid(lpClassId));
TRACE("(%p,%s)\n", lpUnknown, debugstr_guid(lpClassId));
if (lpUnknown)
{