Arun Prakash Jana
6 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
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; |
|
|
|