Commit 3d356aef authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Warning

parent d026b192
...@@ -573,7 +573,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, ...@@ -573,7 +573,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
/* We need to resolve relative paths in this instance */ /* We need to resolve relative paths in this instance */
char *psz_mrl = make_URI( ppsz_argv[i_input], NULL ); char *psz_mrl = make_URI( ppsz_argv[i_input], NULL );
char *psz_after_track = "/"; const char *psz_after_track = "/";
if( psz_mrl == NULL ) if( psz_mrl == NULL )
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment