]> git.mxchange.org Git - flightgear.git/commit
Don't use the [] notation here to test for the existence of a map member,
authormfranz <mfranz>
Tue, 8 Nov 2005 11:05:50 +0000 (11:05 +0000)
committermfranz <mfranz>
Tue, 8 Nov 2005 11:05:50 +0000 (11:05 +0000)
commit4cc3beff4250d8f3e9f0c2ea81990ae137c095f3
treed02263452efc069af34ec699ae42d7bad0ead845
parentad969bc4cdba48d6621cff57fb31a85c95435565
Don't use the [] notation here to test for the existence of a map member,
because this creates an empty entry if it didn't exist. This made the
activation of the dialog mandatory before the next gui subsystem update()
happened. Otherwise fgfs segfaulted.
src/GUI/new_gui.cxx