From 0c3982f5a55ddf8e8596a17be751284475db2b93 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Aug 2004 08:04:45 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtfont.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 32720a8c..0944a562 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -364,8 +364,8 @@ rxvt_font_default::draw (rxvt_drawable &d, int x, int y, { // prefer font of first character, for no good reasons rxvt_font *f2 = f1->has_codepoint (cc->c2) - ? f1 - : (*fs)[fs->find_font (cc->c2)]; + ? f1 + : (*fs)[fs->find_font (cc->c2)]; f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1); } -- 2.34.1