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

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

205 205
206 try 206 try
207 { 207 {
208 term->init (argv, envv); 208 term->init (argv, envv);
209 } 209 }
210 catch (const class rxvt_failure_exception &e)
211 {
212 success = false;
213 }
214 catch (const std::exception &e) 210 catch (const std::exception &e)
215 { 211 {
216 log_msg (e.what()); 212 log_msg (e.what());
217 success = false; 213 success = false;
218 } 214 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines