mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix selection archive
This commit is contained in:
parent
36cd5b72a5
commit
602ec0e41b
|
@ -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…
Reference in a new issue