diff options
author | Pixel <Pixel> | 2001-12-05 23:54:00 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-05 23:54:00 +0000 |
commit | c54dfe9b844f6c5d8969669f5144e721e2af82b0 (patch) | |
tree | 8a1736cef0cd3a1674666cff978ccf4367e919ae /lib/OutPipe.cc | |
parent | c0fc6d58ffd11919ad9ba845c13cb00fd7fadff2 (diff) |
Humf...
Diffstat (limited to 'lib/OutPipe.cc')
-rw-r--r-- | lib/OutPipe.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc index f939db7..4b2e710 100644 --- a/lib/OutPipe.cc +++ b/lib/OutPipe.cc @@ -16,6 +16,7 @@ void OutPipe::Hook() { hooked = 1; ::close(0); dup(p[0]); + ::close(p[0]); } } |