Selaa lähdekoodia

End multi selection mode before link

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
6ba1e48e62
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna