ecore: we never call perro.

SVN revision: 66040
This commit is contained in:
Cedric BAIL 2011-12-08 16:21:29 +00:00
parent 2a169ea4e4
commit e845e82b30
1 changed files with 1 additions and 5 deletions

View File

@ -598,11 +598,7 @@ ecore_file_mv(const char *src, const char *dst)
dir, ecore_file_file_get(dst));
free(dir);
fd = mkstemp(buf);
if (fd < 0)
{
perror("mkstemp");
goto FAIL;
}
if (fd < 0) goto FAIL;
close(fd);
// Copy to temp file