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.31 by root, Fri Aug 18 23:03:31 2006 UTC vs.
Revision 1.32 by root, Fri Aug 18 23:06:48 2006 UTC

143 va_list ap; 143 va_list ap;
144 va_start (ap, format); 144 va_start (ap, format);
145 vsnprintf (err, 1024, format, ap); 145 vsnprintf (err, 1024, format, ap);
146 va_end (ap); 146 va_end (ap);
147 147
148 send ("MSG"), send (err); 148 log_msg (err);
149 } 149 }
150 150
151 send ("END"); send (0); 151 send ("END"), send (0);
152 close (fd); 152 close (fd);
153 delete this; 153 delete this;
154} 154}
155 155
156void server::read_cb (io_watcher &w, short revents) 156void server::read_cb (io_watcher &w, short revents)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines