diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 904 | /* It's a program. */ | 904 | /* It's a program. */ |
| 905 | struct ccl_program *ccl = font_info->font_encoder; | 905 | struct ccl_program *ccl = font_info->font_encoder; |
| 906 | 906 | ||
| 907 | check_ccl_update (ccl); | ||
| 907 | if (CHARSET_DIMENSION (charset) == 1) | 908 | if (CHARSET_DIMENSION (charset) == 1) |
| 908 | { | 909 | { |
| 909 | ccl->reg[0] = charset; | 910 | ccl->reg[0] = charset; |