[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/misc
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-04-13 10:13:36
Message-ID: 20050413101336.C4A86492 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

extra dead store helps gcc


  M +1 -1      khtmllayout.h   1.25


--- kdelibs/khtml/misc/khtmllayout.h  #1.24:1.25
@@ -47,5 +47,5 @@ namespace khtml
         Length(LengthType t) { _length = 0; l.type = t; }
         Length(int v, LengthType t, bool q=false)
-        {  l.value = v; l.type = t; l.quirk = q; }
+        {  _length= 0; l.value = v; l.type = t; l.quirk = q; }
         bool operator==(const Length& o) const
         { return _length == o._length; }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic