]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
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)
[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.

1  2 
programs/zstdcli.c

Simple merge