diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:51 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:51 +0000 |
commit | ad00ae81eb9e1f5384f8fe32879d483c72bbdace (patch) | |
tree | 90dc3818bc981902022cf43d1f44dc0c1fd2a45c /apt-pkg/pkgcache.cc | |
parent | 8efa2a3ba4ae833415223a888e4561e57e4bf132 (diff) |
DumpAvail works and apt-cache is complete
Author: jgg
Date: 1998-07-19 04:22:00 GMT
DumpAvail works and apt-cache is complete
Diffstat (limited to 'apt-pkg/pkgcache.cc')
-rw-r--r-- | apt-pkg/pkgcache.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index 20590e971..02b28fa47 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcache.cc,v 1.7 1998/07/12 23:58:32 jgg Exp $ +// $Id: pkgcache.cc,v 1.8 1998/07/19 04:22:00 jgg Exp $ /* ###################################################################### Package Cache - Accessor code for the cache @@ -59,6 +59,7 @@ pkgCache::Header::Header() VersionCount = 0; DependsCount = 0; PackageFileCount = 0; + MaxVerFileSize = 0; FileList = 0; StringList = 0; |