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.156 by root, Tue Mar 30 23:36:14 2010 UTC vs.
Revision 1.157 by root, Tue Mar 30 23:38:02 2010 UTC

1693 i = 0; 1693 i = 0;
1694 careful = false; 1694 careful = false;
1695 1695
1696found: 1696found:
1697 // found a font, cache it 1697 // found a font, cache it
1698 if (i < 255) 1698 if (i < 127)
1699 { 1699 {
1700 while (hi >= fmap.size ()) 1700 while (hi >= fmap.size ())
1701 fmap.push_back (0); 1701 fmap.push_back (0);
1702 1702
1703 if (!fmap[hi]) 1703 if (!fmap[hi])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines