From 2a247900b0dd50e69f3299700b2d8896935fce7c Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 8 May 2014 19:58:21 +0000 Subject: [PATCH] =?UTF-8?q?[QUARTZ]=20-=20Fix=20a=20trace=20check.=20Patch?= =?UTF-8?q?=20by=20V=C3=ADctor=20Mart=C3=ADnez=20CORE-8152=20#resolve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=63195 --- reactos/dll/directx/wine/quartz/avisplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/directx/wine/quartz/avisplit.c b/reactos/dll/directx/wine/quartz/avisplit.c index f3c8ddce968..f651cf78167 100644 --- a/reactos/dll/directx/wine/quartz/avisplit.c +++ b/reactos/dll/directx/wine/quartz/avisplit.c @@ -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]);