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.120 by ayin, Mon Oct 22 07:36:51 2007 UTC vs.
Revision 1.121 by ayin, Sun Oct 28 11:25:04 2007 UTC

512 unsigned long value; 512 unsigned long value;
513 513
514 if (XGetFontProperty (f, property, &value)) 514 if (XGetFontProperty (f, property, &value))
515 return XGetAtomName (term->dpy, value); 515 return XGetAtomName (term->dpy, value);
516 else 516 else
517 return rxvt_strdup (repl); 517 return repl ? strdup (repl) : 0;
518} 518}
519 519
520rxvt_fontprop 520rxvt_fontprop
521rxvt_font_x11::properties () 521rxvt_font_x11::properties ()
522{ 522{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines