diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1253,7 +1253,7 @@ ccl_driver (ccl, source, destination, src_size, dst_size, charset_list) | |||
| 1253 | { | 1253 | { |
| 1254 | Lisp_Object opl; | 1254 | Lisp_Object opl; |
| 1255 | opl = HASH_VALUE (h, op); | 1255 | opl = HASH_VALUE (h, op); |
| 1256 | if (! CHARACTERP (XINT (opl))) | 1256 | if (! CHARACTERP (opl)) |
| 1257 | CCL_INVALID_CMD; | 1257 | CCL_INVALID_CMD; |
| 1258 | reg[RRR] = charset_unicode; | 1258 | reg[RRR] = charset_unicode; |
| 1259 | reg[rrr] = op; | 1259 | reg[rrr] = op; |