From f3631373fe439a1ce74f5d1167ad5e5ce1aafa66 Mon Sep 17 00:00:00 2001 From: cedric Date: Thu, 8 Dec 2011 16:21:29 +0000 Subject: [PATCH] ecore: we never call perro. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66040 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_file/ecore_file.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index 0146666..00f3490 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c @@ -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 -- 2.7.4