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

List:       kde-commits
Subject:    kdeextragear-2/kst/kst
From:       Andrew Walker <arwalker () sumusltd ! com>
Date:       2004-08-31 20:01:26
Message-ID: 20040831200126.CF60B9130 () office ! kde ! org
[Download RAW message or body]

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();


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

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