[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexiutils
From:       Lorenzo Villani <lvillani () binaryhelix ! net>
Date:       2008-09-11 17:41:53
Message-ID: 1221154913.464376.14781.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 859982 by villani:

* Suggested parenthesis
 Review suggested
 CCMAIL:js@iidea.pl

 M  +1 -1      identifier.cpp  


--- trunk/koffice/kexi/kexiutils/identifier.cpp #859981:859982
@@ -29,7 +29,7 @@
     const uint sLength = s.length();
     for (i = 0; i < sLength; i++) {
         QChar c = s.at(i).toLower();
-        if (!(c == '_' || c >= 'a' && c <= 'z' || i > 0 && c >= '0' && c <= '9'))
+        if (!((c == '_' || c >= 'a') && (c <= 'z' || i > 0) && (c >= '0' && c <= '9')))
             break;
     }
     return i > 0 && i == sLength;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic