]> git.mxchange.org Git - flightgear.git/commit
Frederic Bouvier:
authorcurt <curt>
Fri, 4 Oct 2002 20:57:18 +0000 (20:57 +0000)
committercurt <curt>
Fri, 4 Oct 2002 20:57:18 +0000 (20:57 +0000)
commitf0b7744fd564a6935ca19a9a6746e21d311132e8
tree2087e6d35cb93bb86473c38eb91a3665927646f4
parent5cf14e78c4cc7e34f18a86decc99f4dfbb1873e9
Frederic Bouvier:
The FGGlobals constructor does not initialise the locale pointer.
Under MSVC, uninitialized pointer have a value of 0xcdcdcdcd, not
0, so a test in mainLoop fails and the program segfault.

This patch set un initial value to locale.
src/Main/globals.cxx