]> git.sesse.net Git - vlc/commitdiff
Ignored error when we cannot save our modified tuning space.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 12 Nov 2009 19:20:37 +0000 (20:20 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 12 Nov 2009 19:22:19 +0000 (20:22 +0100)
It seems to work just fine and fix an error in windows 7 (it was
refused unless VLC wass run with admin rights).

modules/access/bda/bdagraph.cpp

index c14a1b291c959a9dfc5645668add431f5a02d859..1a19c7c50aec8f5cb835ffc56a258c985e6bbd20 100644 (file)
@@ -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*/