Commit 0eec3981 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Flag bug that I am not too sure how to fix.

Please fix it *** IF YOU KNOW WHAT YOU ARE DOING ***
parent b75e0500
...@@ -514,6 +514,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name, ...@@ -514,6 +514,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name,
#endif #endif
char **ppsz_dir_content; char **ppsz_dir_content;
int i_dir_content, i; int i_dir_content, i;
#warning Obvious bug here:
char *psz_dir = E_(RealPath)( p_intf, psz_dir ); char *psz_dir = E_(RealPath)( p_intf, psz_dir );
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
......
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