]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed detection of input==output on Visual 1479/head
authorYann Collet <cyan@fb.com>
Wed, 26 Dec 2018 23:51:34 +0000 (15:51 -0800)
committerYann Collet <cyan@fb.com>
Wed, 26 Dec 2018 23:51:34 +0000 (15:51 -0800)
commit6b7a1d6127a0306731d4f98a0da2b9e91c078242
treed44063d988db68f5842ce25e8f632ab77edc29b7
parentae1d6bd48ec3d7ae81de336c2bc6fc1abac74f5e
fixed detection of input==output on Visual

due to bad support of inode identifiers.
On Visual, option is limited to same file name,
which is imperfect, but way better than disabling the feature entirely.

It's enough to pass associated tests.
programs/fileio.c