[Kst] kdeextragear-2/kst/kst/datasources/cdf

George Staikos staikos at kde.org
Wed Jan 5 23:21:26 CET 2005


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;




More information about the Kst mailing list