Commit 0a49b677 authored by Marian Durkovic's avatar Marian Durkovic

utf8_opendir etc are on Win32 using wrappers, so closedir MUST use them too!

(there might be other occurences of the same problem)
closes #880
parent ccaf40d0
......@@ -336,7 +336,7 @@ int E_(ParseDirectory)( intf_thread_t *p_intf, char *psz_root,
}
ACL_Destroy( p_acl );
closedir( p_dir );
vlc_closedir_wrapper( p_dir );
return VLC_SUCCESS;
}
......
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