Преглед изворни кода

End multi selection mode before link

master
Arun Prakash Jana пре 5 година
родитељ
комит
6ba1e48e62
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Прегледај датотеку

@@ -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…
Откажи
Сачувај