/[usata]/usata2/src/main.cpp
ViewVC logotype

Diff of /usata2/src/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by skunix, Sat Jan 15 19:39:55 2005 UTC revision 1.26 by skunix, Thu Jan 20 18:44:12 2005 UTC
# Line 132  int main(int argc, char **argv) Line 132  int main(int argc, char **argv)
132          {          {
133                  std::cerr << "uncaught exception occurred" <<std::endl;                  std::cerr << "uncaught exception occurred" <<std::endl;
134                  std::cerr << "This is a bug in the program." <<std::endl;                  std::cerr << "This is a bug in the program." <<std::endl;
135                  std::cerr << ">>> " << error.what() << std::endl;                        std::cerr << ">>> " << error.what() << std::endl;
136                    exit_value = 2;
137          }          }
138          catch (exceptions::FatalError &fe)          catch (exceptions::FatalError &fe)
139          {          {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26