Sfoglia il codice sorgente

End multi selection mode before link

master
Arun Prakash Jana 5 anni fa
parent
commit
6ba1e48e62
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Vedi File

@@ -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 */


Loading…
Annulla
Salva