diff liboctave/oct-syscalls.cc @ 6123:8d285942fc3c

[project @ 2006-10-28 14:09:20 by jwe]
author jwe
date Sat, 28 Oct 2006 14:11:18 +0000
parents ced23ae2b5cc
children 363a2f8c9e97
line wrap: on
line diff
--- a/liboctave/oct-syscalls.cc
+++ b/liboctave/oct-syscalls.cc
@@ -273,7 +273,7 @@
 octave_syscalls::pipe (int *fildes)
 {
   std::string msg;
-  return pipe (fildes);
+  return pipe (fildes, msg);
 }
 
 int