[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Jun 23 23:25:06 CEST 2003


CVS commit by staikos: 

make it clear that there is no typo


  M +2 -2      kstvector.cpp   1.25


--- kdeextragear-2/kst/kst/kstvector.cpp  #1.24:1.25
@@ -165,6 +165,6 @@ KstObject::UpdateType KstVector::update(
 
   if (_size > 0) {
-
-    for (i=0; (i<_size) && (!finite(_v[i])); i++);
+    for (i = 0; i < _size && !finite(_v[i]); i++)
+      /* Do Nothing */ ;
 
     SMax->setValue(_v[i]);




More information about the Kst mailing list