diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index 89b6f2b373..4780350de0 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c | |||
@@ -487,7 +487,7 @@ ecore_file_mv(const char *src, const char *dst) | |||
487 | } | 487 | } |
488 | 488 | ||
489 | // Set file permissions of temp file to match src | 489 | // Set file permissions of temp file to match src |
490 | if (chmod(buf, mode) == -1) | 490 | if (chmod(tmpstr, mode) == -1) |
491 | { | 491 | { |
492 | eina_tmpstr_del(tmpstr); | 492 | eina_tmpstr_del(tmpstr); |
493 | goto FAIL; | 493 | goto FAIL; |