22 Jul
2024
22 Jul
'24
5:52 p.m.
From: Paul Gofman <pgofman(a)codeweavers.com> --- dlls/quartz/filtergraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c index cc66b17c75b..987821f3fb1 100644 --- a/dlls/quartz/filtergraph.c +++ b/dlls/quartz/filtergraph.c @@ -1943,7 +1943,7 @@ static HRESULT WINAPI MediaControl_Run(IMediaControl *iface) } else { - graph_start(graph, 0); + hr = graph_start(graph, 0); } } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6022