Fix prompt

This commit is contained in:
Arun Prakash Jana 2019-02-24 08:55:34 +05:30
parent 8cccc79b48
commit a34354409b
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -3635,8 +3635,8 @@ nochange:
{ {
switch (sel) { switch (sel) {
case SEL_ARCHIVE: case SEL_ARCHIVE:
r = get_input("archive selection (else current)? [s]"); r = get_input("archive selection (else current)? [y/Y]");
if (r == 's') { if (r == 'y' || r == 'Y') {
if (!cpsafe()) if (!cpsafe())
goto nochange; goto nochange;
tmp = NULL; tmp = NULL;