From e5db5b8dfdec39cf865fde08e17f622130a54a09 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Wed, 21 Mar 2012 23:35:35 +0100 Subject: [PATCH] gameux: Print the debug string and not the pointer to it. --- dlls/gameux/gameexplorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gameux/gameexplorer.c b/dlls/gameux/gameexplorer.c index bada3862c3e..556bf3695f0 100644 --- a/dlls/gameux/gameexplorer.c +++ b/dlls/gameux/gameexplorer.c @@ -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; -- 2.11.4.GIT