mirror of https://github.com/FreeRDP/FreeRDP
parent
a86ca848d5
commit
15fc460c6f
|
@ -129,7 +129,7 @@ static void iterate_subdir_recursive(const char* base, const char* bname, const
|
||||||
if (!path)
|
if (!path)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
struct DIR* d = opendir(path);
|
DIR* d = opendir(path);
|
||||||
if (d)
|
if (d)
|
||||||
{
|
{
|
||||||
struct dirent* dp = NULL;
|
struct dirent* dp = NULL;
|
||||||
|
|
Loading…
Reference in New Issue