]> git.ipfire.org Git - thirdparty/zstd.git/commit
Merge pull request #3457 from yoniko/fix-rowhash-cli
authorYonatan Komornik <11005061+yoniko@users.noreply.github.com>
Thu, 26 Jan 2023 06:40:25 +0000 (22:40 -0800)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 06:40:25 +0000 (22:40 -0800)
commit7b3f03bc9dea0ca04d53e28905caafbfa25d331d
tree914e94982bb9ba8dd2a5a8e41f3c349b1bccf61a
parenta82e0aac4496039a2f4a76cb40527c1a8da894bc
parent6422d1d7a85182e983b361a20bbe2064611680fc
Merge pull request #3457 from yoniko/fix-rowhash-cli

[Bugfix] CLI row hash flags set the wrong values

`--[no-]row-match-finder` do the opposite of what they are supposed to.
In effect the no option would activate row hash while the other option will disable it.
This commit fixes the issue and changes the code to use the more readable enum values.
programs/zstdcli.c