From 7e40b5f15a1f8bf9ce35436dbb0dc4191423e6b0 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 21 Jul 2012 13:48:35 +0000 Subject: E17: symlink fixes when copying symlinks, it creates a symlink to the destination but with the name of the pointed file/folder. It causes problems, ex: we can't copy two symlinks pointing to the same file, because they will have the same name. Also when copying, if it's a link, we fill the destination in the struct task, then, after we check overwrite with _e_fm_op_handle_overwrite() Here is a patch which corrects this. Patch by Maxime Villard (rustyBSD), modified a bit by me (add 2 free() + formatting) SVN revision: 74264 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index be4dbcadb..d93288ec6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -34,3 +34,4 @@ Gwanglim Lee Thomas Gstädtner q66 Tom Hacohen (TAsn) +Maxime Villard -- cgit v1.2.1