]> code.delx.au - gnu-emacs/commitdiff
(x_load_font): Fix typo (`>' -> `=').
authorKenichi Handa <handa@m17n.org>
Tue, 4 May 1999 05:45:36 +0000 (05:45 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 4 May 1999 05:45:36 +0000 (05:45 +0000)
src/xterm.c

index 2f705ec88039ad257aa37922232230b1eba1a6fa..ab4da0cc3d39cca30dd7dafc8a54d58d00d2ef5a 100644 (file)
@@ -6843,7 +6843,7 @@ x_load_font (f, fontname, size)
         larger than the above value.  */
       int max_height = font->max_bounds.ascent + font->max_bounds.descent;
       if (max_height > fontp->height)
-       fontp->height > max_height;
+       fontp->height = max_height;
     }
 
     if (NILP (font_names))