discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8eae3f3a968fd3a77b7b7513ae401890fa85a748

commit 8eae3f3a968fd3a77b7b7513ae401890fa85a748
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Feb 29 10:09:58 2016 -0500

    remove unused value in config profile saving
    
    CID 1261287
---
 src/bin/e_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_config.c b/src/bin/e_config.c
index 271c4d9..8ed9aed 100644
--- a/src/bin/e_config.c
+++ b/src/bin/e_config.c
@@ -1846,7 +1846,7 @@ e_config_profile_save(void)
                     {
                        e_user_dir_snprintf(bsrc, sizeof(bsrc), 
"config/profile.cfg");
                        e_user_dir_snprintf(bdst, sizeof(bdst), 
"config/profile.1.cfg");
-                       ret = ecore_file_mv(bsrc, bdst);
+                       ecore_file_mv(bsrc, bdst);
 //                       if (!ret)
 //                          _e_config_mv_error(bsrc, bdst);
                     }

-- 


Reply via email to