mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
[QUARTZ]
- Fix a trace check. Patch by Víctor Martínez CORE-8152 #resolve svn path=/trunk/; revision=63195
This commit is contained in:
parent
ce79cc8f0a
commit
2a247900b0
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,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 a new issue