changeset 89522:c4f948b2b0da

(ccl_driver): Fix arg of CHARACTERP.
author Dave Love <fx@gnu.org>
date Wed, 17 Sep 2003 19:26:25 +0000
parents d422cab7935a
children cc3b434cc2ce
files src/ccl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ccl.c	Wed Sep 17 19:23:44 2003 +0000
+++ b/src/ccl.c	Wed Sep 17 19:26:25 2003 +0000
@@ -1253,7 +1253,7 @@
 		  {
 		    Lisp_Object opl;
 		    opl = HASH_VALUE (h, op);
-		    if (! CHARACTERP (XINT (opl)))
+		    if (! CHARACTERP (opl))
 		      CCL_INVALID_CMD;
 		    reg[RRR] = charset_unicode;
 		    reg[rrr] = op;