Commit 5a9526cc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix it again.

parent 999a6f0e
......@@ -351,7 +351,7 @@ static int __input_FindArtInCache( vlc_object_t *p_obj, input_item_t *p_item )
if( !p_dir )
return VLC_EGENERIC;
while( (p_de = utf8_readdir( psz_dirname )) )
while( (p_de = utf8_readdir( p_dir )) )
{
if( strncmp( p_de, "art", 3 ) )
{
......
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