Fix the ZIP browsing.

This commit is contained in:
sorgelig
2019-01-20 19:36:05 +08:00
parent 1fe29c8459
commit 9edfb310b5

View File

@@ -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)
{