Commit 2aadd69a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

PLS: remove warning that fires even on empty lines

parent c435708a
...@@ -110,7 +110,6 @@ static int Demux( demux_t *p_demux ) ...@@ -110,7 +110,6 @@ static int Demux( demux_t *p_demux )
} }
else else
{ {
msg_Warn( p_demux, "invalid line in pls file" );
free( psz_line ); free( psz_line );
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