]> git.ipfire.org Git - thirdparty/zstd.git/commit
./zstd -f do no longer overwrite destination file
authorYann Collet <cyan@fb.com>
Tue, 2 Oct 2018 00:16:34 +0000 (17:16 -0700)
committerYann Collet <cyan@fb.com>
Tue, 2 Oct 2018 00:16:34 +0000 (17:16 -0700)
commit9012b6cba060fcd03c9516ecd3155b805d6741cc
treedb55c22c88a3c92d36439722a88a199e695d86d6
parentc7bd6a41ab8ffef602884c8a9298bbba8faee0e2
./zstd -f do no longer overwrite destination file

if source file does not exist (#1082)
programs/fileio.c
programs/zstdcli.c
tests/playTests.sh