From 03a180ac8300523eb5fa3f310c675b9bf751d578 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 17 Jul 2008 21:32:20 +0000 Subject: [PATCH] Restore code after unwanted change in last commit --- src/Main/bootstrap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index 88d6dfb8e..a2d0e6ce5 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -233,11 +233,11 @@ int main ( int argc, char **argv ) { } catch (const char *s) { cerr << "Fatal error: " << s << endl; -/* } catch (...) { + } catch (...) { cerr << "Unknown exception in the main loop. Aborting..." << endl; if (errno) perror("Possible cause"); -*/ } + } return 0; } -- 2.39.5