Commit dc7a9d04 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Sanity check

parent 6a10c887
......@@ -51,6 +51,9 @@ static void DoChildren( playlist_t *p_playlist, playlist_export_t *p_export,
for( i = 0; i< p_root->i_children ; i++)
{
playlist_item_t *p_current = p_root->pp_children[i];
if( !p_current )
continue;
if( p_current->i_flags & PLAYLIST_SAVE_FLAG )
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