--- rxvt-unicode/src/rxvtfont.C 2004/08/15 00:37:04 1.1 +++ rxvt-unicode/src/rxvtfont.C 2004/08/15 08:04:45 1.2 @@ -364,8 +364,8 @@ { // 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); }