diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:12 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:12 +0000 |
commit | 70777d4b589007eeb840d9a67934f1e648f302d7 (patch) | |
tree | bfdc422b503c5b7e3a683480b819e29777e8c92d /cmdline | |
parent | a62f8bb9110edd33cebe3968ab349657a99fa00a (diff) |
Fixed depends error
Author: jgg
Date: 1999-11-17 01:52:01 GMT
Fixed depends error
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 0dd396a62..11b2d964b 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.88 1999/11/16 03:16:34 jgg Exp $ +// $Id: apt-get.cc,v 1.89 1999/11/17 01:52:01 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -842,7 +842,7 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache, } Fix.Clear(Pkg); - Fix.Protect(Pkg); + Fix.Protect(Pkg); if (Remove == true) { Fix.Remove(Pkg); |