From 4490f2de55989772dbdde652b27e661b6d4dce68 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:50 +0000 Subject: Typo in Algorithms.cc. Closes: #63577 Author: jgg Date: 2000-05-10 05:56:23 GMT Typo in Algorithms.cc. Closes: #63577 --- apt-pkg/acquire-worker.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/acquire-worker.cc') diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc index 97a7fbb77..a2f970ab6 100644 --- a/apt-pkg/acquire-worker.cc +++ b/apt-pkg/acquire-worker.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-worker.cc,v 1.30 2000/01/27 04:15:09 jgg Exp $ +// $Id: acquire-worker.cc,v 1.31 2000/05/10 05:56:46 jgg Exp $ /* ###################################################################### Acquire Worker @@ -117,7 +117,7 @@ bool pkgAcquire::Worker::Start() return false; } for (int I = 0; I != 4; I++) - SetCloseExec(Pipes[0],true); + SetCloseExec(Pipes[I],true); // Fork off the process Process = ExecFork(); -- cgit v1.2.3