Explorar el Código

Fix prompt

master
Arun Prakash Jana hace 5 años
padre
commit
a34354409b
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
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar