]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.cc
implement autobit and pinning in EDSP solver 'apt'
[apt.git] / apt-pkg / clean.cc
index 6edce5b6db0edf3e57759dc3f8a20055ccac8c21..ebe8a8a530569ad5df7f80d49e5754bac23c41dd 100644 (file)
@@ -106,7 +106,7 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache)
                 J.end() == false; ++J)
            {
               if (CleanInstalled == true &&
-                  (J.File()->Flags & pkgCache::Flag::NotSource) != 0)
+                  J.File().Flagged(pkgCache::Flag::NotSource))
                  continue;
               IsFetchable = true;
               break;
@@ -132,4 +132,5 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache)
 }
                                                                        /*}}}*/
 
+pkgArchiveCleaner::pkgArchiveCleaner() : d(NULL) {}
 APT_CONST pkgArchiveCleaner::~pkgArchiveCleaner() {}