]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
testcases runable as root
[apt.git] / apt-pkg / pkgcache.cc
index 4b4631a6500f018f36544ace6219e1ea4d8804ae..572685ba5f14ec909683cd7c8c10b3c696e82cc2 100644 (file)
@@ -82,9 +82,9 @@ pkgCache::Header::Header()
    MaxDescFileSize = 0;
    
    FileList = 0;
-   StringList = 0;
    VerSysName = 0;
    Architecture = 0;
+   Architectures = 0;
    HashTableSize = _config->FindI("APT::Cache-HashTableSize", 10 * 1048);
    memset(Pools,0,sizeof(Pools));
 
@@ -140,7 +140,6 @@ bool pkgCache::ReMap(bool const &Errorchecks)
    DescP = (Description *)Map.Data();
    ProvideP = (Provides *)Map.Data();
    DepP = (Dependency *)Map.Data();
-   StringItemP = (StringItem *)Map.Data();
    StrP = (char *)Map.Data();
 
    if (Errorchecks == false)