[vlc-devel] commit: RC: kill warnings (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Aug 23 12:12:20 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 23 12:10:40 2009 +0200| [0786f39a56f2e6c15ddfba826b3869c823ad33db] | committer: Jean-Baptiste Kempf
RC: kill warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0786f39a56f2e6c15ddfba826b3869c823ad33db
---
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 0197648..2db0fea 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -934,7 +934,7 @@ static void StateChanged( intf_thread_t *p_intf, input_thread_t *p_input )
PL_UNLOCK;
/* */
- char *psz_cmd;
+ const char *psz_cmd;
switch( i_status )
{
case PLAYLIST_STOPPED:
More information about the vlc-devel
mailing list