diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |