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

List:       kde-commits
Subject:    KDE/kdebase/workspace/ksplash/ksplashx
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2008-01-22 11:45:38
Message-ID: 1201002338.678437.27067.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 764710 by lunakl:

& -> &&



 M  +1 -1      qcolor.cpp  


--- trunk/KDE/kdebase/workspace/ksplash/ksplashx/qcolor.cpp #764709:764710
@@ -500,7 +500,7 @@
 static int hex2int( char hexchar )
 {
     int v;
-    if ( hexchar >= '0' & hexchar <= '9' )
+    if ( hexchar >= '0' && hexchar <= '9' )
 	v = hexchar - '0';
     else if ( hexchar >= 'A' && hexchar <= 'F' )
 	v = hexchar - 'A' + 10;
[prev in list] [next in list] [prev in thread] [next in thread] 

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