Skip to content

Commit f03d082

Browse files
committed
[bug] forces .v() to always return the value, not jdict
1 parent 67234be commit f03d082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jdict.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@
181181
tempobj.attr = obj.attr;
182182
tempobj.currentpath = trackpath;
183183
val = v(tempobj, idxkey(i + 1));
184+
elseif(isa(val, 'jdict'))
185+
val = val.data;
184186
end
185187
else
186188
fhandle = str2func(idx.subs);

0 commit comments

Comments
 (0)