mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Simple fix for dnd symlinks -mig
This commit is contained in:
parent
6709050408
commit
29726d03dc
@ -500,7 +500,7 @@ do_symlinks (GdkEventDropDataAvailable *event, char *dest)
|
||||
|
||||
do {
|
||||
char *full_dest_name;
|
||||
len = 1 + strlen (event->data);
|
||||
len = 1 + strlen (p);
|
||||
count -= len;
|
||||
|
||||
full_dest_name = concat_dir_and_file (dest, x_basename (p));
|
||||
|
Loading…
Reference in New Issue
Block a user