diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:58 +0000 |
commit | d0c59649c2d9194ffb8432e553851322fa3f4933 (patch) | |
tree | cf29ee5a05f90f0f98938e7d87f04c6312243f05 /apt-pkg/algorithms.cc | |
parent | 648e3cb48955f82ce2e34c67eb9eefb76138a3b3 (diff) |
Reinstall command
Author: jgg
Date: 1999-10-22 05:58:54 GMT
Reinstall command
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 596473a65..e784ce895 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: algorithms.cc,v 1.26 1999/10/22 04:05:47 jgg Exp $ +// $Id: algorithms.cc,v 1.27 1999/10/22 05:58:54 jgg Exp $ /* ###################################################################### Algorithms - A set of misc algorithms @@ -574,7 +574,7 @@ bool pkgProblemResolver::DoUpgrade(pkgCache::PkgIterator Pkg) /* We let the algorithm deal with conflicts on its next iteration, it is much smarter than us */ if (Start->Type == pkgCache::Dep::Conflicts) - continue; + break; if (Debug == true) clog << " Reinst Failed early because of " << Start.TargetPkg().Name() << endl; |