From 9edfb310b5d123cf628a5a7d5073c7a26ba07cd6 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sun, 20 Jan 2019 19:36:05 +0800 Subject: [PATCH] Fix the ZIP browsing. --- file_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {