[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Jul 28 06:40:32 CEST 2004


CVS commit by staikos: 

fix uninitialized variable reference


  M +3 -3      kstarray.cpp   1.6


--- kdeextragear-2/kst/kst/kstarray.cpp  #1.5:1.6
@@ -29,8 +29,8 @@ KstArray::KstArray(const QString &in_tag
 }
 
-KstArray::KstArray(QDomElement &e) {
 
+KstArray::KstArray(QDomElement &e) {
  QString in_tag, zVectorName, in_nX, in_nY, in_minX, in_minY, in_stepX, in_stepY;
- bool in_useMaxX;
+ bool in_useMaxX = false;
 
   /* parse the DOM tree */





More information about the Kst mailing list