diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 311d0cb..dad5429 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -296,7 +296,6 @@ int sort_main(int argc, char **argv) key_separator = str_t[0]; } /* parse sort key */ - lst_k = llist_rev(lst_k); while (lst_k) { enum { FLAG_allowed_for_k = |