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

List:       kde-commits
Subject:    branches/work/unity
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2006-07-11 19:17:06
Message-ID: 1152645426.074430.8385.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 561265 by hausmann:

 r232@rhea (orig r231):  shausman | 2006-07-09 18:43:18 +0200
 - make it work on 64-bit. curl expects a long here, not an int.
   Spotted with the help of valgrind. vararg interfaces suck ;(
 


 _M            . (directory)  
 M  +1 -1      WebKit/WebCore/platform/qt/TransferJobManager.cpp  


--- branches/work/unity/WebKit/WebCore/platform/qt/TransferJobManager.cpp #561264:561265
@@ -138,7 +138,7 @@
                     switch (msg->data.result) {
                         case CURLE_OK: {
                             // use this to authenticate
-                            int respCode = -1;
+                            long respCode = -1;
                             curl_easy_getinfo(d->m_handle, CURLINFO_RESPONSE_CODE, &respCode);
                             remove(job);
                             break;
[prev in list] [next in list] [prev in thread] [next in thread] 

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