parent
a86ca848d5
commit
15fc460c6f
@ -129,7 +129,7 @@ static void iterate_subdir_recursive(const char* base, const char* bname, const
|
||||
if (!path)
|
||||
return;
|
||||
|
||||
struct DIR* d = opendir(path);
|
||||
DIR* d = opendir(path);
|
||||
if (d)
|
||||
{
|
||||
struct dirent* dp = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user