]> git.mxchange.org Git - flightgear.git/commit
Fixed a bug report from Frederic Bouvier:
authordavid <david>
Wed, 27 Mar 2002 12:59:53 +0000 (12:59 +0000)
committerdavid <david>
Wed, 27 Mar 2002 12:59:53 +0000 (12:59 +0000)
commitec6a0b2810277970878771f0685ad274d2c59588
tree17a307bfa1ff3b492680af5bc7344c1ed05fe0d5
parent64ed2f8e4283a0e83b18ca03b996a8c6fd97c752
Fixed a bug report from Frederic Bouvier:

as a follow-up of my previous message, I found that in panel.cxx, function
const char *FGTextLayer::Chunk::getValue () const, there is the use of a
member variable _buf that seems to be uninitialized.
src/Cockpit/panel.cxx