gameux: Print the debug string and not the pointer to it.
This commit is contained in:
parent
f454d8cd08
commit
e5db5b8dfd
@ -683,7 +683,7 @@ static HRESULT GAMEUX_UpdateGame(LPGUID InstanceID) {
|
||||
LPWSTR lpRegistryPath;
|
||||
LPWSTR lpGDFBinaryPath, lpGameInstallDirectory;
|
||||
|
||||
TRACE("(%p)\n", debugstr_guid(InstanceID));
|
||||
TRACE("(%s)\n", debugstr_guid(InstanceID));
|
||||
|
||||
/* first, check is game exists in CURRENT_USER scope */
|
||||
installScope = GIS_CURRENT_USER;
|
||||
|
Loading…
x
Reference in New Issue
Block a user