End multi selection mode before link

This commit is contained in:
Arun Prakash Jana 2019-09-30 07:41:34 +05:30
parent 9d23517d10
commit 6ba1e48e62
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions

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