quartz: Fix wrong assignment of variable in parser.

This commit is contained in:
Maarten Lankhorst 2008-07-14 11:49:08 -07:00 committed by Alexandre Julliard
parent c70e6125bf
commit 5299795a8d
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ HRESULT WINAPI Parser_Run(IBaseFilter * iface, REFERENCE_TIME tStart)
hr_any = hr;
}
hr_any = hr;
hr = hr_any;
if (SUCCEEDED(hr))
{
LeaveCriticalSection(&This->csFilter);