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.26 by sf-exg, Sat Jun 26 14:42:36 2021 UTC

41 } 41 }
42catch (const class rxvt_failure_exception &e) 42catch (const class rxvt_failure_exception &e)
43 { 43 {
44 return EXIT_FAILURE; 44 return EXIT_FAILURE;
45 } 45 }
46catch (const std::exception &e)
47 {
48 fputs (e.what (), stderr);
49 return EXIT_FAILURE;
50 }
46 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines