Fix selection archive

This commit is contained in:
Arun Prakash Jana 2019-03-03 00:38:37 +05:30
parent 36cd5b72a5
commit 602ec0e41b
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 2 deletions

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;