1
0
Fork 0

Restore code after unwanted change in last commit

This commit is contained in:
fredb 2008-07-17 21:32:20 +00:00
parent 4b50a369c8
commit 03a180ac83

View file

@ -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;
}