]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.cc
set the msglevel to a high dummy value if none is specified
[apt.git] / apt-pkg / pkgrecords.cc
index e506de73a63863a6e2d60e1737be8249d29f8198..1a7585d8fe7f67c6de9073746a19268c681fe49f 100644 (file)
@@ -24,7 +24,7 @@ pkgRecords::pkgRecords(pkgCache &Cache) : Cache(Cache),
   Files(Cache.HeaderP->PackageFileCount)
 {
    for (pkgCache::PkgFileIterator I = Cache.FileBegin();
-        I.end() == false; I++)
+        I.end() == false; ++I)
    {
       const pkgIndexFile::Type *Type = pkgIndexFile::Type::GetType(I.IndexType());
       if (Type == 0)