]> git.mxchange.org Git - flightgear.git/commit
Don't catch a (potentially) meaningful exception only to replace it with
authormfranz <mfranz>
Sat, 16 Jun 2007 16:25:40 +0000 (16:25 +0000)
committermfranz <mfranz>
Sat, 16 Jun 2007 16:25:40 +0000 (16:25 +0000)
commitb502cef0666c4026b7eea987a1670f1547ecf3a9
treedc7a5d79f110ae7f3e3d5e22e6d48043df660fad
parentc5a3f570f8bc5655e106c90b19c84c93ce405f81
Don't catch a (potentially) meaningful exception only to replace it with
a meaningless one. bootstrap.cxx/main() will catch it, anyway.
src/Main/fg_init.cxx