Explorar el Código

Fix selection archive

master
Arun Prakash Jana hace 5 años
padre
commit
602ec0e41b
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 3 adiciones y 2 borrados
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Ver fichero

@@ -3670,8 +3670,9 @@ nochange:
goto nochange;
}

r == 's' ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name, path, F_NORMAL);
(r == 'y' || r == 'Y') ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name,
path, F_NORMAL);
break;
case SEL_OPENWITH:
dir = NULL;


Cargando…
Cancelar
Guardar