|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #41588] findobj() wrongly processes '-not' |
| Date: | Fri, 21 Feb 2014 16:42:59 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
Update of bug #41588 (project octave):
Status: Patch Submitted => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #5:
I made a few modifications to the patch.
Octave coding conventions follow C/C++ and we put parentheses around the test
condition in an if statement.
if (condition tested)
...
endif
I also went with true/false rather than 1/0. Either would work but it seemed
clearer to use the actual words.
I pushed the change to the gui-release branch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/dca6ecfd622c).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41588>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |