From d2685fd634b32f152748b7004c6810e946bbbcf2 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:58 +0000 Subject: Two little bug fixes Author: jgg Date: 1998-12-06 03:41:25 GMT Two little bug fixes --- apt-pkg/depcache.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/depcache.cc') diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc index b3a70d239..4fb26b777 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: depcache.cc,v 1.7 1998/11/23 07:02:59 jgg Exp $ +// $Id: depcache.cc,v 1.8 1998/12/06 03:41:26 jgg Exp $ /* ###################################################################### Dependency Cache - Caches Dependency information. @@ -305,6 +305,7 @@ void pkgDepCache::BuildGroupOrs(VerIterator const &V) State = ~State; // Add to the group if we are within an or.. + State &= 0x7; Group |= State; State |= Group << 3; if ((D->CompareOp & Dep::Or) != Dep::Or) -- cgit v1.2.3