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.21 by root, Sun Jan 22 04:01:52 2006 UTC vs.
Revision 1.22 by root, Sun Jan 22 16:36:40 2006 UTC

110 } 110 }
111 else if (!strcmp (tok, "MSG") && c.recv (tok)) 111 else if (!strcmp (tok, "MSG") && c.recv (tok))
112 fprintf (stderr, "%s", (const char *)tok); 112 fprintf (stderr, "%s", (const char *)tok);
113 else if (!strcmp (tok, "GETFD") && c.recv (cint)) 113 else if (!strcmp (tok, "GETFD") && c.recv (cint))
114 { 114 {
115 if (ptytty::send_fd (c.fd, cint) < 0) 115 if (!ptytty::send_fd (c.fd, cint))
116 { 116 {
117 fprintf (stderr, "unable to send fd %d: ", cint); perror (0); 117 fprintf (stderr, "unable to send fd %d: ", cint); perror (0);
118 exit (EXIT_FAILURE); 118 exit (EXIT_FAILURE);
119 } 119 }
120 } 120 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines