diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 8aea835..2afef3f 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -511,7 +511,7 @@ int main(int argc, char **argv) { | |||
511 | << _FB_CONSOLETEXT(main, ErrorStandardException, "Standard Exception", "Error message") | 511 | << _FB_CONSOLETEXT(main, ErrorStandardException, "Standard Exception", "Error message") |
512 | << ": " | 512 | << ": " |
513 | << e.what() << endl; | 513 | << e.what() << endl; |
514 | } catch (string error_str) { | 514 | } catch (string & error_str) { |
515 | cerr << _FB_CONSOLETEXT(Common, Error, "Error", "Error message header") | 515 | cerr << _FB_CONSOLETEXT(Common, Error, "Error", "Error message header") |
516 | << ": " | 516 | << ": " |
517 | << error_str << endl; | 517 | << error_str << endl; |