summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPixel <Pixel>2002-01-10 14:18:50 +0000
committerPixel <Pixel>2002-01-10 14:18:50 +0000
commit3a1e232b33dc8a80d18bbfd70655cc6824ebba59 (patch)
treecc9777f3673f6c9fdf9e207792953a903e0447ff /lib
parent53de7397c5d9cfcbf480f122a379f077345f8ba8 (diff)
Grr
Diffstat (limited to 'lib')
-rw-r--r--lib/OutPipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc
index be93e15..eb4b67e 100644
--- a/lib/OutPipe.cc
+++ b/lib/OutPipe.cc
@@ -12,7 +12,7 @@ OutPipe::~OutPipe() {
}
OutPipe::OutPipe(const OutPipe & o) : Handle(o), hooked(o.hooked) {
- p[0] = dup(i.p[0]);
+ p[0] = dup(o.p[0]);
p[1] = GetHandle();
}