From: ayin Date: Thu, 21 Feb 2008 13:45:28 +0000 (+0000) Subject: Fix commented code. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0e50042c0787111739029847bc094ea1c973632a;p=dana%2Furxvt.git Fix commented code. --- diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 6051b69f..a0d66ffa 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -1135,7 +1135,7 @@ rxvt_font_xft::load (const rxvt_fontprop &prop, bool force_prop) #if 0 // clipping unfortunately destroys our precious double-width-characters // clip width, we can't do better, or can we? if (FcPatternGet (p, FC_CHAR_WIDTH, 0, &v) != FcResultMatch) - FcPatternAddInteger (p, FC_CHAR_WIDTH, prop->width); + FcPatternAddInteger (p, FC_CHAR_WIDTH, prop.width); #endif if (FcPatternGet (p, FC_MINSPACE, 0, &v) != FcResultMatch)