octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37645] "set" function not properly working wi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #37645] "set" function not properly working with prop/val structure input.
Date: Wed, 12 Dec 2012 21:37:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20100101 Firefox/17.0

Follow-up Comment #26, bug #37645 (project octave):

I actually tried your patch and there should be *or* instead of the *and* :


-  n = (n & strcmp (names, "activepositionproperty"));
+  n = (n | strcmp (names, "activepositionproperty"));


It seems to fix the test failure in copyobj.m. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37645>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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