Edje: Use ecore_file_symlink rather than symlink
authorkakaroto <kakaroto>
Wed, 7 Sep 2011 06:58:48 +0000 (06:58 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 06:58:48 +0000 (06:58 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@63256 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_decc.c

index 4a9b267..00c9215 100644 (file)
@@ -361,7 +361,7 @@ output(void)
        if (file_out)
          {
             snprintf(out, sizeof(out), "%s/%s", outdir, file_out);
-            if (symlink(sf->name, out) != 0)
+            if (ecore_file_symlink(sf->name, out) != EINA_TRUE)
                {
                   ERR("symlink %s -> %s failed\n", sf->name, out);
                }