1
0
Fork 0

debug mode: fix slice

This commit is contained in:
mfranz 2009-02-09 00:24:23 +00:00
parent 6495f062d3
commit 747d9dcbde

View file

@ -348,7 +348,7 @@ _setlistener("sim/signals/nasal-dir-initialized", func {
return r;
}
setprop = (func { var _ = setprop; func warn("setprop",
globals.string.join("", arg[:-1]), call(_, arg)) })();
globals.string.join("", arg[:-2]), call(_, arg)) })();
props.Node.setDoubleValue = func warn("setDoubleValue", me.getPath(),
props._setDoubleValue(me._g, arg));
props.Node.setBoolValue = func warn("setBoolValue", me.getPath(),