[vlc-devel] commit: Fix my stupid commit (Christophe Mutricy )

git version control git at videolan.org
Mon Jan 19 23:35:08 CET 2009


vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Mon Jan 19 22:33:15 2009 +0000| [b524a4127a8eb489c87cd2dd5b47fc05335b13d4] | committer: Christophe Mutricy 

Fix my stupid commit

10L

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

 modules/misc/inhibit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/inhibit.c b/modules/misc/inhibit.c
index d21c317..7615108 100644
--- a/modules/misc/inhibit.c
+++ b/modules/misc/inhibit.c
@@ -243,7 +243,7 @@ static void Run( intf_thread_t *p_intf )
         p_input = vlc_object_find( p_intf, VLC_OBJECT_INPUT, FIND_ANYWHERE );
         if( p_input )
         {
-            if( PLAYING_S == i_state )
+            if( PLAYING_S == p_input->i_state )
             {
                if( !p_intf->p_sys->i_cookie )
                {




More information about the vlc-devel mailing list