Skip to content
Snippets Groups Projects
Commit e5db5b8d authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent f454d8cd
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment