Commit 5299795a authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Fix wrong assignment of variable in parser.

parent c70e6125
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment