Order toggle: fix toggling reverse (#432)

This commit is contained in:
Maxim Baz 2020-01-13 03:09:43 +01:00 committed by Mischievous Meerkat
parent 5fb4d637ee
commit 6ac353446f
1 changed files with 1 additions and 1 deletions

View File

@ -4973,7 +4973,7 @@ nochange:
r = get_input(messages[MSG_ORDER]);
if ((r == 'a' || r == 'd' || r == 'e'
|| r == 'r' || r == 's' || r == 't')
|| r == 's' || r == 't')
&& (entrycmpfn == &reventrycmp))
entrycmpfn = &entrycmp;