]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
show dependencies of essential packages which are going to remove
[apt.git] / cmdline / apt-get.cc
index ca037c5c76be74cfb9fc6c24cbcfe27ee0ebc8d2..ca510178add51ced9db7dede872db1911373262b 100644 (file)
@@ -538,7 +538,9 @@ bool ShowEssential(ostream &out,CacheFile &Cache)
         //VersionsList += string(Cache[I].CurVersion) + "\n"; ???
         }
       }
-      
+      else
+        continue;
+
       if (I->CurrentVer == 0)
         continue;