Skip to content
Snippets Groups Projects
Commit 73071861 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

playlist: prefix cannot be nul

parent 30508bc0
No related branches found
No related tags found
No related merge requests found
......@@ -253,8 +253,6 @@ char *ProcessMRL( const char *psz_mrl, const char *psz_prefix )
/* Simple cases first */
if( !psz_mrl || !*psz_mrl )
return NULL;
if( !psz_prefix || !*psz_prefix )
goto uri;
/* Check if the line specifies an absolute path */
/* FIXME: that's wrong if the playlist is not a local file */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment