From a3eaf9544039a9adfef159e8185f376f19b15c68 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:19 +0000 Subject: Fixed --no-download Author: jgg Date: 1999-12-09 05:22:33 GMT Fixed --no-download --- apt-pkg/acquire.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apt-pkg/acquire.cc') diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index a7b28499a..a9a8b3396 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.cc,v 1.43 1999/10/27 22:34:29 jgg Exp $ +// $Id: acquire.cc,v 1.44 1999/12/09 05:22:33 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -105,6 +105,8 @@ void pkgAcquire::Add(Item *Itm) /* Remove an item from the acquire list. This is usually not used.. */ void pkgAcquire::Remove(Item *Itm) { + Dequeue(Itm); + for (vector::iterator I = Items.begin(); I < Items.end(); I++) { if (*I == Itm) -- cgit v1.2.3