[vlc-devel] commit: Ignored error when we cannot save our modified tuning space. ( Laurent Aimar )
git version control
git at videolan.org
Tue Dec 29 19:00:52 CET 2009
vlc-1.0-bugfix | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Nov 12 20:20:37 2009 +0100| [3e58be46ca77bb8e55cec5ef575911b8470048be] | committer: Jean-Baptiste Kempf
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).
(cherry picked from commit a39ed44cacd2e4294b2b794a1fdaa68ef64ff5a1)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=3e58be46ca77bb8e55cec5ef575911b8470048be
---
modules/access/bda/bdagraph.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/access/bda/bdagraph.cpp b/modules/access/bda/bdagraph.cpp
index c14a1b2..1a19c7c 100644
--- a/modules/access/bda/bdagraph.cpp
+++ b/modules/access/bda/bdagraph.cpp
@@ -1188,8 +1188,7 @@ HRESULT BDAGraph::Build()
if( FAILED( hr ) )
{
msg_Warn( p_access, "Build: "\
- "Cannot save Tuning Space: hr=0x%8lx", hr );
- return hr;
+ "Cannot save Tuning Space: hr=0x%8lx (ignored)", hr );
}
/* If we have already have a filter graph, rebuild it*/
More information about the vlc-devel
mailing list