diff options
Diffstat (limited to 'lib/OutPipe.cc')
-rw-r--r-- | lib/OutPipe.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc index 456a5bd..9e60b15 100644 --- a/lib/OutPipe.cc +++ b/lib/OutPipe.cc @@ -19,11 +19,11 @@ void OutPipe::Hook() { } bool OutPipe::CanWrite() { - return false; + return true; } bool OutPipe::CanRead() { - return true; + return false; } String OutPipe::GetName() { |