Arun Prakash Jana
hace 6 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: A75979F35C080412
Se han
modificado 1 ficheros con
2 adiciones y
2 borrados
-
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; |
|
|
|