From 0e50042c0787111739029847bc094ea1c973632a Mon Sep 17 00:00:00 2001 From: ayin Date: Thu, 21 Feb 2008 13:45:28 +0000 Subject: [PATCH] Fix commented code. --- src/rxvtfont.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1