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: Sun, 09 Jan 2005 04:51:24 -0500

Index: usata2/src/main.cpp
diff -u usata2/src/main.cpp:1.23 usata2/src/main.cpp:1.24
--- usata2/src/main.cpp:1.23    Thu Dec 30 19:16:06 2004
+++ usata2/src/main.cpp Sun Jan  9 08:57:22 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: main.cpp,v 1.23 2004/12/30 19:16:06 skunix Exp $
+// $Id: main.cpp,v 1.24 2005/01/09 08:57:22 skunix Exp $
 
 
 /**
@@ -133,7 +133,7 @@
                std::cerr << "This is a bug in the program." <<std::endl;
                std::cerr << ">>> " << error.what() << std::endl;       
        }
-       catch (FatalError &fe)
+       catch (exceptions::FatalError &fe)
        {
                std::cerr << "FATAL: "  << fe.what() << std::endl;
                exit_value = 1;




reply via email to

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