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.25 by root, Thu May 22 18:54:33 2014 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) 42catch (const std::exception &e)
43 { 43 {
44 fputs (e.what (), stderr);
44 return EXIT_FAILURE; 45 return EXIT_FAILURE;
45 } 46 }
46 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines