]> git.mxchange.org Git - flightgear.git/commit
Let exceptions fall through to main, and use cerr to report them (in
authordavid <david>
Thu, 4 Apr 2002 17:51:40 +0000 (17:51 +0000)
committerdavid <david>
Thu, 4 Apr 2002 17:51:40 +0000 (17:51 +0000)
commitf450e6d9d12e79d5234f597b5cb4db03ecac1a64
treead586dd4547c5c63c70856a942f7b24db5c0442e
parent8ac5a5327eea71ba8a5fe1df72a0238dbe104ab0
Let exceptions fall through to main, and use cerr to report them (in
case logging is disabled).  This way, when people specify a
non-existant aircraft or have an error in a custom XML file, they'll
get an error report, at least.
src/Main/fg_init.cxx
src/Main/main.cxx
src/Main/options.cxx