Module: wine Branch: master Commit: 19b251885c2516de8b11840976880769ca8345f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=19b251885c2516de8b11840976...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 17 15:07:56 2010 +0100
gameux: Avoid sizeof in traces.
---
dlls/gameux/gamestatistics.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/gameux/gamestatistics.c b/dlls/gameux/gamestatistics.c index da2a3e5..97a8f13 100644 --- a/dlls/gameux/gamestatistics.c +++ b/dlls/gameux/gamestatistics.c @@ -629,7 +629,6 @@ static HRESULT GAMEUX_loadGameStatistics(struct GAMEUX_STATS *pStats, else if(hr == S_FALSE && openType == GAMESTATS_OPEN_OPENORCREATE) /* file does not exist */ { /* create new statitics, not yet connected with file */ - TRACE("size: %d\n", sizeof(pStats->categories)); ZeroMemory(pStats->categories, sizeof(pStats->categories)); *pOpenResult = GAMESTATS_OPEN_CREATED; hr = S_OK;