Commit 4df95cf6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Continuation of previous commit

parent 9583fbe0
...@@ -497,7 +497,7 @@ int utf8_scandir( const char *dirname, char ***namelist, ...@@ -497,7 +497,7 @@ int utf8_scandir( const char *dirname, char ***namelist,
tab = newtab; tab = newtab;
tab[num++] = entry; tab[num++] = entry;
} }
vlc_closedir_wrapper( dir ); closedir( dir );
if( compar != NULL ) if( compar != NULL )
qsort( tab, num, sizeof( tab[0] ), qsort( tab, num, sizeof( tab[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