mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 04:10:04 +00:00
quartz: Check correct dwReserved item before tracing.
This commit is contained in:
parent
9e828995c9
commit
2dbfb2af84
@ -820,7 +820,7 @@ static HRESULT AVISplitter_ProcessStreamList(AVISplitterImpl * This, const BYTE
|
||||
TRACE("dwChunkId: %.4s\n", (const char *)&pIndex->dwChunkId);
|
||||
if (pIndex->dwReserved[0])
|
||||
TRACE("dwReserved[0]: %u\n", pIndex->dwReserved[0]);
|
||||
if (pIndex->dwReserved[2])
|
||||
if (pIndex->dwReserved[1])
|
||||
TRACE("dwReserved[1]: %u\n", pIndex->dwReserved[1]);
|
||||
if (pIndex->dwReserved[2])
|
||||
TRACE("dwReserved[2]: %u\n", pIndex->dwReserved[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user