fix unchecked return value of stat in ecore_file_mv
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 2 Dec 2013 00:40:48 +0000 (09:40 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 2 Dec 2013 00:40:48 +0000 (09:40 +0900)
commit49511730d72aa24c1474dd2d3b0f1e0f5ab5cfd8
tree7297801ded8c7aabe52f7977943658e4a809a562
parent069a2b027f0d669ef38bd6bc2363026b84f6c215
fix unchecked return value of stat in ecore_file_mv

stat() function may fail and return an error code

This fixes CID 1039697
src/lib/ecore_file/ecore_file.c