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

Comparing rxvt-unicode/src/rxvtdaemon.C (file contents):
Revision 1.20 by sf-exg, Mon Jan 23 14:29:24 2012 UTC vs.
Revision 1.21 by sf-exg, Thu May 24 13:08:08 2012 UTC

91 return false; 91 return false;
92 92
93 if (len) 93 if (len)
94 *len = l; 94 *len = l;
95 95
96 data = (char *)malloc (l + 1); 96 data.reset ((char *)malloc (l + 1));
97 97
98 if (!data) 98 if (!data)
99 return false; 99 return false;
100 100
101 if (read (fd, data, l) != l) 101 if (read (fd, data, l) != l)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines