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

This commit is contained in:
Michael Stefaniuc 2012-03-21 23:35:35 +01:00 committed by Alexandre Julliard
parent f454d8cd08
commit e5db5b8dfd

View File

@ -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;