[vlc-devel] commit: Ignored error when we cannot save our modified tuning space. ( Laurent Aimar )

git version control git at videolan.org
Thu Nov 12 20:22:58 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Nov 12 20:20:37 2009 +0100| [a39ed44cacd2e4294b2b794a1fdaa68ef64ff5a1] | committer: 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).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a39ed44cacd2e4294b2b794a1fdaa68ef64ff5a1
---

 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