changeset 17882:46f958bf3348

(fs_load_font): Modified to cope with the above change in x_load_font (xterm.c).
author Kenichi Handa <handa@m17n.org>
date Mon, 19 May 1997 03:33:50 +0000
parents a0db136e6595
children 8173865f80ce
files src/fontset.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontset.c	Mon May 19 03:33:50 1997 +0000
+++ b/src/fontset.c	Mon May 19 03:33:50 1997 +0000
@@ -168,7 +168,7 @@
      not set by (*load_font_func).  */
   fontp->charset = charset;
 
-  if (fontp->encoding[1] >= 0)
+  if (fontp->encoding[1] != 4)
     {
       /* The font itself tells which code points to be used.  Use this
 	 encoding for all other charsets.  */