Skip to content
Snippets Groups Projects
Commit d19b32ac authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

core: use vlc_rewinddir to match vlc_opendir

parent f52bf066
No related branches found
No related tags found
Loading
......@@ -130,7 +130,7 @@ int vlc_loaddir( DIR *dir, char ***namelist,
char **tab = NULL;
unsigned num = 0;
rewinddir (dir);
vlc_rewinddir (dir);
for (unsigned size = 0;;)
{
......
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