changeset 31089:9da8bb2974d7

maint: merge away extra head
author Rik <rik@octave.org>
date Fri, 10 Jun 2022 14:46:45 -0700
parents 06c64a878fc0 (diff) 9c0099048264 (current diff)
children 1779a64b2510
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/findobj.m	Fri Jun 10 18:02:23 2022 +0200
+++ b/scripts/plot/util/findobj.m	Fri Jun 10 14:46:45 2022 -0700
@@ -238,7 +238,7 @@
   if (numpairs > 0)
     match = true (numel (h), numpairs);
     for nh = 1 : numel (h)
-      p = get (h(nh));
+      p = __get__ (h(nh));
       for np = 1 : numpairs
         fields = fieldnames (p);
         fieldindex = find (strcmpi (fields, pname{np}), 1);