]> git.mxchange.org Git - flightgear.git/commit
Avoid creation of stray "/null" property nodes.
authorThorstenB <brehmt@gmail.com>
Sun, 10 Jul 2011 19:25:16 +0000 (21:25 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 10 Jul 2011 19:25:16 +0000 (21:25 +0200)
commitccd6a094f1f522510d6a342a0898b15dd41a6293
tree51f18fc2954f5f6e7727b24ee03056f1e0d2b773
parent963d1abe01739f5d953496b5131a0668ac0b6534
Avoid creation of stray "/null" property nodes.
"property-assign" command had a side-effect of creating stray "/null"
nodes when assigning a value (since "getprop2" always creates some node).
src/Main/fg_commands.cxx