CVS commit by staikos:
fix uninitialized variable
M +8 -6 cdf.cpp 1.16
--- kdeextragear-2/kst/kst/datasources/cdf/cdf.cpp #1.15:1.16
@@ -30,4 +30,6 @@
CdfSource::CdfSource(KConfig *cfg, const QString& filename, const QString& type)
: KstDataSource(cfg, filename, type) {
+ _maxFrameCount = 0;
+
if (!type.isEmpty() && type != "CDF") {
return;