gameux: Avoid sizeof in traces.

This commit is contained in:
Alexandre Julliard 2010-11-17 15:07:56 +01:00
parent 5fc51fd10e
commit 19b251885c
1 changed files with 0 additions and 1 deletions

View File

@ -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;