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

Comparing rxvt-unicode/src/defaultfont.C (file contents):
Revision 1.55 by root, Mon Jul 26 14:57:12 2004 UTC vs.
Revision 1.56 by root, Mon Aug 2 04:42:11 2004 UTC

136{ 136{
137 if (len > enc_len) 137 if (len > enc_len)
138 { 138 {
139 free (enc_buf); 139 free (enc_buf);
140 enc_buf = malloc (len); 140 enc_buf = malloc (len);
141 enc_len = len;
141 } 142 }
142 143
143 return enc_buf; 144 return enc_buf;
144} 145}
145 146

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines