Remove this check. Any software that depended on this check should check before...
authormekius <mekius@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 1 Sep 2008 20:13:00 +0000 (20:13 +0000)
committermekius <mekius@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 1 Sep 2008 20:13:00 +0000 (20:13 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@35781 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_file/ecore_file.c

index 10b9d58..1e82838 100644 (file)
@@ -295,7 +295,6 @@ ecore_file_cp(const char *src, const char *dst)
 EAPI int
 ecore_file_mv(const char *src, const char *dst)
 {
-   if (ecore_file_exists(dst)) return 0;
    if (rename(src, dst))
      {
        if (errno == EXDEV)