X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/4ac3c092c5c59476ec1ed34a93dffecdf816fae5..a91cb9542572fe5aa279db5ac5d28465bec1905f:/apt-pkg/pkgrecords.cc?ds=sidebyside diff --git a/apt-pkg/pkgrecords.cc b/apt-pkg/pkgrecords.cc index e506de73a..1a7585d8f 100644 --- a/apt-pkg/pkgrecords.cc +++ b/apt-pkg/pkgrecords.cc @@ -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)