Skip to content
Snippets Groups Projects
Commit dc7a9d04 authored by Jean-Paul Saman's avatar Jean-Paul Saman
Browse files

Sanity check

parent 6a10c887
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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