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.41 by root, Tue Dec 4 16:24:00 2007 UTC vs.
Revision 1.42 by root, Thu Dec 13 18:24:36 2007 UTC

196 rxvt_term *term = new rxvt_term; 196 rxvt_term *term = new rxvt_term;
197 197
198 term->log_hook = &log_cb; 198 term->log_hook = &log_cb;
199 term->getfd_hook = &getfd_cb; 199 term->getfd_hook = &getfd_cb;
200 200
201 bool success; 201 bool success = true;
202 202
203 try 203 try
204 { 204 {
205 success = term->init (argv, envv); 205 term->init (argv, envv);
206 } 206 }
207 catch (const class rxvt_failure_exception &e) 207 catch (const class rxvt_failure_exception &e)
208 { 208 {
209 success = false; 209 success = false;
210 } 210 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines