From d8752c9ec0de92e270f5b6c8178d6bde15c10028 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 27 May 2005 11:28:30 +0000 Subject: [PATCH] (x_encode_char): Call check_ccl_update in advance. --- src/xterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xterm.c b/src/xterm.c index 74e82735b6f..4f9081425f3 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -904,6 +904,7 @@ x_encode_char (c, char2b, font_info, two_byte_p) /* It's a program. */ struct ccl_program *ccl = font_info->font_encoder; + check_ccl_update (ccl); if (CHARSET_DIMENSION (charset) == 1) { ccl->reg[0] = charset; -- 2.39.2