rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=fe2b77fbedfcc1af7594de2f72b99b24a7f6a8f8

commit fe2b77fbedfcc1af7594de2f72b99b24a7f6a8f8
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Oct 28 15:30:23 2016 +0300

    main: fix copy/paste error
    
    Change-Id: Ia48c92cdd4a5b40c25ae52a2ad5c2bff3e1e7984
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 8592581..d5c6881 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -342,7 +342,7 @@ elm_main(int argc, char **argv)
           }
         if (export_edj)
           {
-             if (!eina_str_has_suffix(file, ".edj"))
+             if (!eina_str_has_suffix(export_edj, ".edj"))
                _ERR_EXIT(_("--export-edj value have not extension '.edj'. 
Wrong value."));
           }
 

-- 


Reply via email to