diff --git a/file_io.cpp b/file_io.cpp index fd55134..06c27e5 100644 --- a/file_io.cpp +++ b/file_io.cpp @@ -142,7 +142,7 @@ static bool isPathDirectory(char *path) return false; } - +/* static bool isPathRegularFile(char *path) { make_fullpath(path); @@ -195,7 +195,7 @@ static bool isPathRegularFile(char *path) return false; } - +*/ void FileClose(fileTYPE *file) { if (file->zip)