projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add options to disable specific checksums for Indexes
[apt.git]
/
apt-pkg
/
pkgrecords.cc
diff --git
a/apt-pkg/pkgrecords.cc
b/apt-pkg/pkgrecords.cc
index a5dab22ffd57f5bce52158f5562ffc528caefc83..e506de73a63863a6e2d60e1737be8249d29f8198 100644
(file)
--- a/
apt-pkg/pkgrecords.cc
+++ b/
apt-pkg/pkgrecords.cc
@@
-23,8
+23,8
@@
pkgRecords::pkgRecords(pkgCache &Cache) : Cache(Cache),
Files(Cache.HeaderP->PackageFileCount)
{
pkgRecords::pkgRecords(pkgCache &Cache) : Cache(Cache),
Files(Cache.HeaderP->PackageFileCount)
{
- for (pkgCache::PkgFileIterator I = Cache.FileBegin();
- I.end() == false; I++)
+ for (pkgCache::PkgFileIterator I = Cache.FileBegin();
+
I.end() == false; I++)
{
const pkgIndexFile::Type *Type = pkgIndexFile::Type::GetType(I.IndexType());
if (Type == 0)
{
const pkgIndexFile::Type *Type = pkgIndexFile::Type::GetType(I.IndexType());
if (Type == 0)