]> git.ipfire.org Git - thirdparty/zstd.git/commit
removed regular file test on Windows
authorYann Collet <cyan@fb.com>
Thu, 17 Oct 2019 23:39:47 +0000 (16:39 -0700)
committerYann Collet <cyan@fb.com>
Thu, 17 Oct 2019 23:39:47 +0000 (16:39 -0700)
commit0a24d4ef1847cb2665507c26ec072c4dc9064969
treeab9c4733c381734c12e74b11980bea5d75cf300a
parent0ee360982d1b8e4f959f6da32bf1608935a867e8
removed regular file test on Windows

since it does not work well on this platform
(tested with MinGW).

Note : could be an issue within UTIL_isRegularFile()
programs/fileio.c
programs/fileio.h