]> git.mxchange.org Git - simgear.git/commit
- // This will come back and remove
authormfranz <mfranz>
Sun, 22 Oct 2006 13:08:09 +0000 (13:08 +0000)
committermfranz <mfranz>
Sun, 22 Oct 2006 13:08:09 +0000 (13:08 +0000)
commit4f0bfbab2127e13a67958100a17657cc8e93aef0
treeba4abd35b5d70bc0254849c553632bcd0e9bf238
parent811442832e947c47f01eb750a6f95053805cc213
- // This will come back and remove
- // the current item each time.  Is
- // that OK?

No, it is not OK. This messes up the vector and confuses the iterator.
And it leads to crashes. Better read the vector in reverse order.
simgear/props/props.cxx