Commit a39ed44c authored by Laurent Aimar's avatar Laurent Aimar

Ignored error when we cannot save our modified tuning space.

It seems to work just fine and fix an error in windows 7 (it was
refused unless VLC wass run with admin rights).
parent 8d926ee8
...@@ -1188,8 +1188,7 @@ HRESULT BDAGraph::Build() ...@@ -1188,8 +1188,7 @@ HRESULT BDAGraph::Build()
if( FAILED( hr ) ) if( FAILED( hr ) )
{ {
msg_Warn( p_access, "Build: "\ msg_Warn( p_access, "Build: "\
"Cannot save Tuning Space: hr=0x%8lx", hr ); "Cannot save Tuning Space: hr=0x%8lx (ignored)", hr );
return hr;
} }
/* If we have already have a filter graph, rebuild it*/ /* If we have already have a filter graph, rebuild it*/
......
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