[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:08:44 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0418ccd73a610acde9ff1e6bad7900215e44cfad
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 3 06:34:41 2003 +0000

    Revert change I didn't mean to commit.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5361 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQTextCodec.mm b/WebCore/kwq/KWQTextCodec.mm
index bd5442a..66d83eb 100644
--- a/WebCore/kwq/KWQTextCodec.mm
+++ b/WebCore/kwq/KWQTextCodec.mm
@@ -506,7 +506,7 @@ QString KWQTextDecoder::toUnicode(const char *chs, int len, bool flush)
 {
     ASSERT_ARG(len, len >= 0);
     
-    if (_error || !chs || (len <= 0 && !flush)) {
+    if (_error || !chs || len <= 0) {
         return QString();
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list