Commit 2335fa6b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Assert on cases that should never happen.

parent 763302ec
......@@ -1617,14 +1617,9 @@
{
[self appendArray: o_array atPos: index enqueue: YES];
}
/* This should never occur */
else if( p_node->i_children == -1 )
{
vlc_object_release( p_playlist );
return NO;
}
else
{
assert( p_node->i_children != -1 );
[self appendNodeArray: o_array inNode: p_node
atPos: index enqueue: YES];
}
......
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