Edje: Use ecore_file_symlink rather than symlink

SVN revision: 63256
devs/devilhorns/wayland_egl
Youness Alaoui 12 years ago
parent bad6a1bc33
commit df91f38ffb
  1. 2
      legacy/edje/src/bin/edje_decc.c

@ -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);
}

Loading…
Cancel
Save