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

Comparing rxvt-unicode/src/rxvtc.C (file contents):
Revision 1.18 by root, Sat Dec 24 11:55:41 2005 UTC vs.
Revision 1.19 by root, Tue Jan 10 04:23:39 2006 UTC

121 } 121 }
122#endif 122#endif
123 else if (!strcmp (tok, "END")) 123 else if (!strcmp (tok, "END"))
124 { 124 {
125 int success; 125 int success;
126
126 if (c.recv (success)) 127 if (c.recv (success))
127 exit (success ? EXIT_SUCCESS : EXIT_FAILURE); 128 exit (success ? EXIT_SUCCESS : EXIT_FAILURE);
128 } 129 }
129 else 130 else
130 { 131 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines