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

List:       kde-commits
Subject:    kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2003-10-08 1:33:29
[Download RAW message or body]

CVS commit by faure: 

Fixed KZip breakage - and he even said "As for QAsciiDict::insert, I have
verified that Qt does copy the key (by qstrdup.)" :)
CCMAIL: goutte@kde.org


  M +6 -6      kzip.cpp   1.43


--- kdelibs/kio/kio/kzip.cpp  #1.42:1.43
@@ -356,5 +356,5 @@ bool KZip::openArchive( int mode )
 
     // contains information gathered from the local file headers
-    QAsciiDict<ParseFileInfo> pfi_map(1009, true, false);
+    QAsciiDict<ParseFileInfo> pfi_map(1009, true /*case sensitive */, true /*copy keys*/);
     pfi_map.setAutoDelete(true);
 


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

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