Explorar el Código

End multi selection mode before link

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

+ 2
- 0
src/nnn.c Ver fichero

@@ -2050,6 +2050,8 @@ static int xlink(char *suffix, char *path, char *buf, int *presel, int type)
return -1;
}

endselection();

if (type == 's') /* symbolic link */
link_fn = &symlink;
else /* hard link */


Cargando…
Cancelar
Guardar