[vlc-devel] commit: Fix a compilation warning. ( Rémi Duraffort )

git version control git at videolan.org
Tue Jul 15 19:50:12 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jul 15 19:48:38 2008 +0200| [4239976f2b6aa0dd6a497d564eddab5a62165d6f]

Fix a compilation warning.

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

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

diff --git a/modules/control/rc.c b/modules/control/rc.c
index 3f79c05..c78fd9c 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -2144,7 +2144,7 @@ bool ReadCommand( intf_thread_t *p_intf, char *p_buffer, int *pi_size )
         {
             /* Standard input closed: exit */
             vlc_value_t empty;
-            Quit( p_intf, NULL, empty, empty, NULL );
+            Quit( VLC_OBJECT(p_intf), NULL, empty, empty, NULL );
         }
 
         p_buffer[ *pi_size ] = 0;




More information about the vlc-devel mailing list