[Kst] kdeextragear-2/kst/plugins/chop

Andrew Walker arwalker at sumusltd.com
Wed Apr 14 20:33:01 CEST 2004


CVS commit by arwalker: 

Make sure the buffer is large enough.


  M +1 -1      chop.cpp   1.2


--- kdeextragear-2/kst/plugins/chop/chop.cpp  #1.1:1.2
@@ -25,5 +25,5 @@ int chop( const double *const inArrays[]
     KST_UNUSED( outScalars )
     
-    double* pResult[3];
+    double* pResult[4];
     int iRetVal = -1;
     int iLength = inArrayLens[0];





More information about the Kst mailing list