gameux: Avoid sizeof in traces.
This commit is contained in:
parent
5fc51fd10e
commit
19b251885c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue