[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-03-24 15:08:39
Message-ID: 1206371319.729861.24537.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 789551 by lunakl:

No warning.



 M  +2 -2      splash.cpp  


--- trunk/KDE/kdebase/workspace/ksplash/ksplashx/splash.cpp #789550:789551
@@ -599,7 +599,7 @@
 #endif
                 int new_state = 0;
                 for( int i = 1;
-                     i < sizeof( states ) / sizeof( states[ 0 ] );
+                     i < int( sizeof( states ) / sizeof( states[ 0 ] ));
                      ++i )
                     {
                     if( strcmp( s, states[ i ] ) == 0 )
@@ -1102,7 +1102,7 @@
             handled = true;
             int new_state = 0;
             for( int i = 1;
-                 i < sizeof( states ) / sizeof( states[ 0 ] );
+                 i < int( sizeof( states ) / sizeof( states[ 0 ] ));
                  ++i )
                 {
                 if( strcmp( buf, states[ i ] ) == 0 )
[prev in list] [next in list] [prev in thread] [next in thread] 

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