Browse Source

Fix prompt

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

+ 2
- 2
src/nnn.c View File

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


Loading…
Cancel
Save