Module: wine Branch: master Commit: e5db5b8dfdec39cf865fde08e17f622130a54a09 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5db5b8dfdec39cf865fde08e1...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Mar 21 23:35:35 2012 +0100
gameux: Print the debug string and not the pointer to it.
---
dlls/gameux/gameexplorer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gameux/gameexplorer.c b/dlls/gameux/gameexplorer.c index bada386..556bf36 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;