usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/main.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/main.cpp
Date: Thu, 20 Jan 2005 13:44:13 -0500

Index: usata2/src/main.cpp
diff -u usata2/src/main.cpp:1.25 usata2/src/main.cpp:1.26
--- usata2/src/main.cpp:1.25    Sat Jan 15 19:39:55 2005
+++ usata2/src/main.cpp Thu Jan 20 18:44:12 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: main.cpp,v 1.25 2005/01/15 19:39:55 skunix Exp $
+// $Id: main.cpp,v 1.26 2005/01/20 18:44:12 skunix Exp $
 
 
 /**
@@ -132,7 +132,8 @@
        {
                std::cerr << "uncaught exception occurred" <<std::endl;
                std::cerr << "This is a bug in the program." <<std::endl;
-               std::cerr << ">>> " << error.what() << std::endl;       
+               std::cerr << ">>> " << error.what() << std::endl;
+               exit_value = 2; 
        }
        catch (exceptions::FatalError &fe)
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]