quartz: Fix wrong assignment of variable in parser.
This commit is contained in:
parent
c70e6125bf
commit
5299795a8d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue