octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Infinite function call recursion


From: Michael Goffioul
Subject: Infinite function call recursion
Date: Sat, 28 Oct 2006 14:21:08 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

MSVC reports potential infinite recursion.

Michael.

Index: liboctave/oct-syscalls.cc
===================================================================
RCS file: /cvs/octave/liboctave/oct-syscalls.cc,v
retrieving revision 1.10
diff -c -r1.10 oct-syscalls.cc
*** liboctave/oct-syscalls.cc   18 Oct 2006 02:56:54 -0000      1.10
--- liboctave/oct-syscalls.cc   28 Oct 2006 12:20:49 -0000
***************
*** 273,279 ****
 octave_syscalls::pipe (int *fildes)
 {
   std::string msg;
!   return pipe (fildes);
 }

 int
--- 273,279 ----
 octave_syscalls::pipe (int *fildes)
 {
   std::string msg;
!   return pipe (fildes, msg);
 }

 int




reply via email to

[Prev in Thread] Current Thread [Next in Thread]