Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
2 additions and
2 deletions
-
src/nnn.c
|
|
@@ -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; |
|
|
|