elm_config: Fix unchecked return value
authorChristopher Michael <cp.michael@samsung.com>
Tue, 12 Mar 2019 13:57:33 +0000 (09:57 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commit728919e2b2b91a8fefa773d97326c346ab5d54eb
tree68672a774cb7a016af75bb374174b3eea7970d56
parent5ac96478951aa3c1c6518781c465c1086e7e296a
elm_config: Fix unchecked return value

Small patch to check the return value of ecore_file_cp. Coverity
reports this as an unchecked return value, so let's just add a simple
check here.

Fixes Coverity CID1399101

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8309
src/lib/elementary/elm_config.c