From 70777d4b589007eeb840d9a67934f1e648f302d7 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:12 +0000 Subject: Fixed depends error Author: jgg Date: 1999-11-17 01:52:01 GMT Fixed depends error --- cmdline/apt-get.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline/apt-get.cc') 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); -- cgit v1.2.3