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

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.66 by root, Fri Feb 11 05:51:14 2005 UTC vs.
Revision 1.67 by root, Sat Feb 12 18:55:04 2005 UTC

1381 char buf[512]; 1381 char buf[512];
1382 const char *end; 1382 const char *end;
1383 1383
1384 do 1384 do
1385 { 1385 {
1386 while (*desc <= ' ') desc++; 1386 while (*desc && *desc <= ' ')
1387 desc++;
1387 1388
1388 codeset cs = CS_UNICODE; 1389 codeset cs = CS_UNICODE;
1389 1390
1390 if (*desc == '[') 1391 if (*desc == '[')
1391 { 1392 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines