Commit 878902ea authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

directory: Return VLC_EGENERIC in case of interruption (playlist death).

parent a9a5e483
......@@ -375,7 +375,7 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
playlist_item_t *p_node;
if( !vlc_object_alive( p_playlist ) )
return VLC_SUCCESS;
return VLC_EGENERIC;
char **ppsz_extensions = NULL;
int i_extensions = 0;
......
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