Module: wine Branch: master Commit: 9eda42fe94d3d0fc98cb529147a84e053f1ac3eb URL: http://source.winehq.org/git/wine.git/?a=commit;h=9eda42fe94d3d0fc98cb529147...
Author: André Hentschel nerv@dawncrow.de Date: Sun Dec 19 20:11:15 2010 +0100
gameux: Fix Path for the statistics.
---
dlls/gameux/gamestatistics.c | 2 +- dlls/gameux/tests/gamestatistics.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/gameux/gamestatistics.c b/dlls/gameux/gamestatistics.c index 97a8f13..5650c94 100644 --- a/dlls/gameux/gamestatistics.c +++ b/dlls/gameux/gamestatistics.c @@ -323,7 +323,7 @@ static HRESULT GAMEUX_buildStatisticsFilePath( static const WCHAR sStatisticsDir[] = {'\','M','i','c','r','o','s','o','f','t', '\','W','i','n','d','o','w','s','\','G','a','m','e','E','x','p', 'l','o','r','e','r','\','G','a','m','e','S','t','a','t','i','s', - 't','i','c','s',0}; + 't','i','c','s','\',0}; static const WCHAR sDotGamestats[] = {'.','g','a','m','e','s','t','a','t','s',0};
HRESULT hr; diff --git a/dlls/gameux/tests/gamestatistics.c b/dlls/gameux/tests/gamestatistics.c index 7eb9864..c49e693 100644 --- a/dlls/gameux/tests/gamestatistics.c +++ b/dlls/gameux/tests/gamestatistics.c @@ -128,7 +128,7 @@ static HRESULT _buildStatisticsFilePath(LPCGUID guidApplicationId, LPWSTR *lpSta static const WCHAR sStatisticsDir[] = {'\','M','i','c','r','o','s','o','f','t', '\','W','i','n','d','o','w','s','\','G','a','m','e','E','x','p', 'l','o','r','e','r','\','G','a','m','e','S','t','a','t','i','s', - 't','i','c','s',0}; + 't','i','c','s','\',0}; static const WCHAR sDotGamestats[] = {'.','g','a','m','e','s','t','a','t','s',0}; static const DWORD dwGuidLength = 49;