changeset 3632:95d7c4b2b2e8

[project @ 2000-03-23 09:23:34 by jwe]
author jwe
date Thu, 23 Mar 2000 09:23:34 +0000
parents 0b6b55fd0a5c
children 2e6a41bc8fed
files src/oct-procbuf.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-procbuf.cc	Thu Mar 23 09:16:37 2000 +0000
+++ b/src/oct-procbuf.cc	Thu Mar 23 09:23:34 2000 +0000
@@ -119,7 +119,7 @@
       return 0;
     }
 
-  f = ::fdopen (parent_end, (mode & std::ios::in) ? "w" : "r");
+  f = ::fdopen (parent_end, (mode & std::ios::in) ? "r" : "w");
 
   open_p = true;