ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.C
(Generate patch)

Comparing rxvt-unicode/src/rxvt.C (file contents):
Revision 1.26 by sf-exg, Sat Jun 26 14:42:36 2021 UTC vs.
Revision 1.27 by sf-exg, Sat Jun 26 14:44:30 2021 UTC

37 t->init (argc, argv, environ); 37 t->init (argc, argv, environ);
38 ev_run (); 38 ev_run ();
39 39
40 return EXIT_SUCCESS; 40 return EXIT_SUCCESS;
41 } 41 }
42catch (const class rxvt_failure_exception &e)
43 {
44 return EXIT_FAILURE;
45 }
46catch (const std::exception &e) 42catch (const std::exception &e)
47 { 43 {
48 fputs (e.what (), stderr); 44 fputs (e.what (), stderr);
49 return EXIT_FAILURE; 45 return EXIT_FAILURE;
50 } 46 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines