cli : fix : --rm is silent when input is stdin

previously, app would produce an error message, and stop.
This commit is contained in:
Yann Collet
2017-02-27 15:57:50 -08:00
parent b78f211068
commit dccd6b6f65
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@ v1.1.4
cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski
cli : new : advanced benchmark command --priority=rt
cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
cli : fix : --rm remains silent when input is stdin
API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize(), by Sean Purcell
API : change : ZSTD_compress*() with srcSize==0 create an empty-frame of known size
build:new : meson build system in contrib/meson, by Dima Krasner