Skip to content
Snippets Groups Projects
Commit d83167f7 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard
Browse files

quartz: Pass the matching filter count to IEnumRegFiltersImpl_Construct().

parent 87e1df02
No related branches found
No related tags found
No related merge requests found
......@@ -1087,7 +1087,7 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters(
if (SUCCEEDED(hr))
{
hr = IEnumRegFiltersImpl_Construct(regfilters, nb_mon, ppEnum);
hr = IEnumRegFiltersImpl_Construct(regfilters, idx, ppEnum);
}
for (idx = 0; idx < nb_mon; idx++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment