Restore code after unwanted change in last commit
This commit is contained in:
parent
4b50a369c8
commit
03a180ac83
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue