diff --git a/file_io.cpp b/file_io.cpp index 295b899..3223d7b 100644 --- a/file_io.cpp +++ b/file_io.cpp @@ -1123,7 +1123,7 @@ int ScanDirectory(char* path, int mode, const char *extension, int options, cons } de = &_de; } - + else // Handle (possible) symbolic link type in the directory entry if (de->d_type == DT_LNK || de->d_type == DT_REG) {