]> git.mxchange.org Git - flightgear.git/commit
Csaba/"Jester" and /me: since a few weeks the property browser had
authormfranz <mfranz>
Thu, 18 Dec 2008 20:18:50 +0000 (20:18 +0000)
committermfranz <mfranz>
Thu, 18 Dec 2008 20:18:50 +0000 (20:18 +0000)
commit35f7f555070dc10485ba8eb3bb0085f2c64ee7f9
tree74b26ad83137a8d76d5452f2e494bc1af132ea51
parent4560580a4d6d8c3923ec5c10d7fccfc84c2facc8
Csaba/"Jester" and /me: since a few weeks the property browser had
displayed garbage in the title line if one left a directory. Jester
spent a lot of time finding the cause: a bug that must have been
there since ... forever: fgfs reported to PUI the string addresses
as returned by SGPropertyNode::getStringValue() without considering
that this address isn't valid after the next write access to that
node! It's almost a miracle that it worked so well for so long,
despite that issue. (I also used to opportunity for some more
cleanup -- so I'm to blame for any newly introduced bugs, and
also for reverting some of Jester's cleanups. :-)
src/GUI/dialog.cxx