help-octave
[Top][All Lists]
Advanced

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

Re: strcmp change?


From: Søren Hauberg
Subject: Re: strcmp change?
Date: Sun, 06 Nov 2005 16:34:48 +0100

søn, 06 11 2005 kl. 09:58 -0500, skrev John W. Eaton:
> So probably the new function needs a bit more work.  It would be
> useful if someone would suggest a patch.
A quick-and-dirty hack (that appears to work just fine) is to change the
the first line of the function body from

octave_value retval;

to

octave_value retval = false;

This is however not well tested, so it might have odd side-effects...

/Søren



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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