]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix for error message in recursive mode for an empty folder
authorbrailovich <91924341+brailovich@users.noreply.github.com>
Tue, 25 Jan 2022 01:42:21 +0000 (17:42 -0800)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 01:42:21 +0000 (17:42 -0800)
commit4021b784376c3790c077e9b8deedbb6a4f016687
treea970f4543cd5e881e9625b39e3507de98c67d134
parentfeaaf7a6b1d1301e99634951d6ab3e20625e9a4a
fix for error message in recursive mode for an empty folder

-r on empty directory resulted in zstd waiting input from stdin. now zstd exits without error and prints a warning message explaining why no processing happened (no files or directories to process).
programs/zstdcli.c