]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: fix issue with -rk in previous commit
authorPádraig Brady <P@draigBrady.com>
Wed, 25 May 2022 08:45:57 +0000 (09:45 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 25 May 2022 08:47:40 +0000 (09:47 +0100)
commit4e0167ea14329cd3b4a0e392b79ea1a881d71834
treec39c368b44693a4bd1bf9ffff684374c75d1e17b
parenta351fdd6fcbc48ccd337a111d24fe9fa3c0d58c3
sort: fix issue with -rk in previous commit

* src/sort.c (keycompare): Fix typo causing -r to be
effectively ignored with -k.
Fixes https://bugs.gnu.org/55622
src/sort.c