CVS commit by arwalker:
This makes the whole thing work.
M +2 -1 noise_addition.cpp 1.3
--- kdeextragear-2/kst/plugins/noise_addition/noise_addition.cpp #1.2:1.3
@@ -48,4 +48,5 @@ int noise_addition(
if( pResult[0] != NULL ) {
outArrays[0] = pResult[0];
+ outArrayLens[0] = iLength;
for( i=0; i<iLength; i++ ) {