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

List:       kde-commits
Subject:    KDE/kdelibs/khtml/css
From:       Harri Porten <porten () kde ! org>
Date:       2008-11-23 20:34:10
Message-ID: 1227472450.277627.13056.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 888129 by porten:

Fixed 64-bit compile issue. later truncation is still fine, just
about a hash value.


 M  +1 -1      css_base.h  


--- trunk/KDE/kdelibs/khtml/css/css_base.h #888128:888129
@@ -280,7 +280,7 @@
         {
             unsigned result = 0;
             while (selector) {
-                result ^= (unsigned)selector->value.impl();
+                result ^= (unsigned long)selector->value.impl();
                 result ^= (selector->attrLocalName.id() << 3);
                 result ^= (selector->attrNamespace.id() << 7);
                 result ^= (selector->tagLocalName.id() << 10);
[prev in list] [next in list] [prev in thread] [next in thread] 

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