Commit e5db5b8d authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent f454d8cd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment