[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Aug 31 22:01:26 CEST 2004


CVS commit by arwalker: 

Removed compiler warning.


  M +1 -1      kstiface_impl.cpp   1.51


--- kdeextragear-2/kst/kst/kstiface_impl.cpp  #1.50:1.51
@@ -1432,5 +1432,5 @@ QString KstIfaceImpl::createMatrix(const
   //basic check to see if parameters are consistent with vector
   (*iter)->readLock();
-  if (!useMaxX && (*iter)->sampleCount() < xNumSteps * yNumSteps) {
+  if (!useMaxX && (*iter)->sampleCount() < (int)(xNumSteps * yNumSteps)) {
     (*iter)->readUnlock();
     return QString();





More information about the Kst mailing list