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

George Staikos staikos at kde.org
Mon Dec 8 09:39:09 CET 2003


CVS commit by staikos: 

oops, compile


  M +1 -1      scalarfilter.c   1.2


--- kdeextragear-2/kst/plugins/filters/scalarfilter.c  #1.1:1.2
@@ -9,5 +9,5 @@ int scalarfilter(const double *const inA
 
         if (*outArrayLen != inArrayLen) {
-                outArray = realloc(outArrays, inArrayLen*sizeof(double));
+                outArray = realloc(outArray, inArrayLen*sizeof(double));
                 *outArrayLen = inArrayLen;
         }





More information about the Kst mailing list