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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:22:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6b4ec844c9a27f922fb3ce2cc6d1b8a0e8a8a22e
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 29 03:13:58 2003 +0000

    *** empty log message ***
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3486 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/html/html_documentimpl.cpp b/WebCore/khtml/html/html_documentimpl.cpp
index d59fef0..e1fb209 100644
--- a/WebCore/khtml/html/html_documentimpl.cpp
+++ b/WebCore/khtml/html/html_documentimpl.cpp
@@ -383,7 +383,7 @@ static int parseDocTypePart(const QString& buffer, int index)
         if (ch == ' ' || ch == '\t' || ch == '\n' || ch == '\r')
             ++index;
         else if (ch == '-') {
-            int tmpIndex;
+            int tmpIndex=index;
             if (buffer[index+1] == '-' &&
                 ((tmpIndex=buffer.find("--", index+2)) != -1))
                 index = tmpIndex+2;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list