Browse Source

Order toggle: fix toggling reverse (#432)

master
Maxim Baz Mischievous Meerkat 5 years ago
parent
commit
6ac353446f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -4973,7 +4973,7 @@ nochange:
r = get_input(messages[MSG_ORDER]); r = get_input(messages[MSG_ORDER]);


if ((r == 'a' || r == 'd' || r == 'e' if ((r == 'a' || r == 'd' || r == 'e'
|| r == 'r' || r == 's' || r == 't') || r == 's' || r == 't')
&& (entrycmpfn == &reventrycmp)) && (entrycmpfn == &reventrycmp))
entrycmpfn = &entrycmp; entrycmpfn = &entrycmp;




||||||
x
 
000:0
Loading…
Cancel
Save