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

List:       kde-commits
Subject:    KDE/kdelibs/kde3support/kdeui
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2007-04-30 10:18:59
Message-ID: 1177928339.443002.19905.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 659504 by chehrlic:

warning--

 M  +2 -5      k3spell.cpp  


--- trunk/KDE/kdelibs/kde3support/kdeui/k3spell.cpp #659503:659504
@@ -647,17 +647,14 @@
   // e.g. "re+fry-y+ies" -> "refries"
 {
   QString qs;
-  unsigned int i=0;
-
-  for( i=0; i<word.size(); i++ )
+  for( int i=0; i<word.size(); i++ )
   {
     if (word [i]=='+')
       continue;
     if (word [i]=='-')
     {
       QString shorty;
-      unsigned int j;
-      int k;
+      int j, k;
 
       for( j = i+1; j < word.size() && word[j] != '+' && word[j] != '-'; j++ )
         shorty += word[j];
[prev in list] [next in list] [prev in thread] [next in thread] 

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