Helpviewer/CookieJar/CookieJar.py

changeset 96
9624a110667d
parent 65
ca6449ba4824
child 487
4d41d03d3d00
child 792
a13346916170
--- a/Helpviewer/CookieJar/CookieJar.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/Helpviewer/CookieJar/CookieJar.py	Sun Jan 31 17:11:22 2010 +0000
@@ -87,7 +87,7 @@
         if version != self.JAR_VERSION:
             return []
         
-        noCookies = stream.readUInt32()
+        stream.readUInt32() # number of cookies
         
         rawCookie = QByteArray()
         while not stream.atEnd():

eric ide

mercurial