CVS commit by staikos: skip with piolib gives the right results now, but is still updating too often M +1 -1 planck.cpp 1.29 --- kdeextragear-2/kst/kst/datasources/planck/planck.cpp #1.28:1.29 @@ -168,5 +168,5 @@ int PlanckSource::readField(double *v, c } - return rc; + return i; }