(put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE' instead of
authortomo <tomo>
Mon, 11 Feb 2002 11:06:11 +0000 (11:06 +0000)
committertomo <tomo>
Mon, 11 Feb 2002 11:06:11 +0000 (11:06 +0000)
`XCHARSET_CHARS'.

src/char-ucs.h

index 2295849..f1b0d8e 100644 (file)
@@ -542,7 +542,7 @@ put_ccs_octet_table (Lisp_Object table, Lisp_Object ccs, int code,
                     Lisp_Object value)
 {
   int byte_offset = XCHARSET_BYTE_OFFSET (ccs);
-  int ccs_len = XCHARSET_CHARS (ccs);
+  int ccs_len = XCHARSET_BYTE_SIZE (ccs);
 
   if (VECTORP (table))
     {