vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat May 28 
11:35:55 2011 +0300| [3d356aef430fe23a463d391cbc8db282ff6d5ea5] | committer: 
Rémi Denis-Courmont

Warning

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

 src/libvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index 33fa6e5..6097529 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -573,7 +573,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
 
                     /* We need to resolve relative paths in this instance */
                     char *psz_mrl = make_URI( ppsz_argv[i_input], NULL );
-                    char *psz_after_track = "/";
+                    const char *psz_after_track = "/";
 
                     if( psz_mrl == NULL )
                         continue;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to