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

List:       kde-commits
Subject:    kdeutils/ark
From:       Georg Robbers <Georg.Robbers () urz ! uni-hd ! de>
Date:       2004-01-08 14:02:13
Message-ID: 20040108140213.A62D3557 () office ! kde ! org
[Download RAW message or body]

CVS commit by robbers: 

fix parsing of zip file listings

CCMAIL:70693-done@bugs.kde.org, 70502-done@bugs.kde.org


  M +2 -5      zip.cpp   1.9


--- kdeutils/ark/zip.cpp  #1.8:1.9
@@ -1,6 +1,3 @@
 /*
-
- $Id$
-
  ark -- archiver for the KDE project
 
@@ -64,6 +61,6 @@ ZipArch::ZipArch( ArkSettings *_settings
   m_archCols.append(new ArchColumns(9, QRegExp("[0-9][0-9]"), 2));
   m_archCols.append(new ArchColumns(10, QRegExp("[0-9:]+"), 6));
-  m_archCols.append(new ArchColumns(6, QRegExp("[a-fA-F0-9]+")));
-  m_archCols.append(new ArchColumns(0, QRegExp("[^\\S][^\\n]+"), 4096));
+  m_archCols.append(new ArchColumns(6, QRegExp("[a-fA-F0-9]+ {2}")));
+  m_archCols.append(new ArchColumns(0, QRegExp("[^\\n]+"), 4096));
 
   kdDebug(1601) << "ZipArch constructor" << endl;


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

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