billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=c4366ed2b57c685cb9130ff7c5b4105692cfa207

commit c4366ed2b57c685cb9130ff7c5b4105692cfa207
Author: Boris Faure <bill...@gmail.com>
Date:   Mon Oct 14 23:22:19 2013 +0200

    fix CID 1106345 - missing parentheses
---
 src/bin/options_theme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/options_theme.c b/src/bin/options_theme.c
index 84e06e9..79d6e7c 100644
--- a/src/bin/options_theme.c
+++ b/src/bin/options_theme.c
@@ -126,7 +126,7 @@ options_theme(Evas_Object *opbox, Evas_Object *term)
      {
         const char *ext = strchr(file, '.');
         
-        if ((config) && (!file[0] != '.') &&
+        if ((config) && (file[0] != '.') &&
             ((ext) && (!strcasecmp(".edj", ext))))
           {
              t = calloc(1, sizeof(Theme));

-- 


Reply via email to