]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.cc
releasing version 0.8.16~exp5
[apt.git] / apt-pkg / pkgcachegen.cc
index 8a7c1e979f6428aa9a550bdf907b08e9f2f09fa4..f41bb5a0a571733014d6e5c6eda2192ae0e63e37 100644 (file)
@@ -98,6 +98,7 @@ pkgCacheGenerator::~pkgCacheGenerator()
       return;
    
    Cache.HeaderP->Dirty = false;
+   Cache.HeaderP->CacheFileSize = Map.Size();
    Map.Sync(0,sizeof(pkgCache::Header));
 }
                                                                        /*}}}*/
@@ -935,7 +936,7 @@ static bool CheckValidity(const string &CacheFile,
       return false;
    }
 
-   if (List.GetLastModifiedTime() < GetModificationTime(CacheFile))
+   if (List.GetLastModifiedTime() > GetModificationTime(CacheFile))
    {
       if (Debug == true)
         std::clog << "sources.list is newer than the cache" << std::endl;