]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix stderr progress logging for decompression 2982/head
authorNick Terrell <terrelln@fb.com>
Fri, 7 Jan 2022 23:09:56 +0000 (15:09 -0800)
committerNick Terrell <terrelln@fb.com>
Fri, 7 Jan 2022 23:09:56 +0000 (15:09 -0800)
commit308a11b8e88f5201ddeb839269268b3824567d89
tree5b8777db24fe734edc6a1045c6a4261b2383d0a1
parent26d88c05f089cc1f562ace949272c8919c93153f
Fix stderr progress logging for decompression

When decompressing with `-q` and an output file, the progress bar was mistakenly printed. This is a minimal fix, with a larger refactor to be stacked on top of it.

Fixes #2967.
programs/fileio.c