Browse Source

Fix selection archive

master
Arun Prakash Jana 5 years ago
parent
commit
602ec0e41b
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c View File

@@ -3670,8 +3670,9 @@ nochange:
goto nochange;
}

r == 's' ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name, path, F_NORMAL);
(r == 'y' || r == 'Y') ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name,
path, F_NORMAL);
break;
case SEL_OPENWITH:
dir = NULL;


Loading…
Cancel
Save