From: tomo Date: Mon, 11 Feb 2002 11:06:11 +0000 (+0000) Subject: (put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE' instead of X-Git-Tag: r21-2-44-lazy-n7c~131 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4403b5f8a21acb998746a7abfbdc4d4a25f470a6;p=chise%2Fxemacs-chise.git- (put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE' instead of `XCHARSET_CHARS'. --- diff --git a/src/char-ucs.h b/src/char-ucs.h index 2295849..f1b0d8e 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -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)) {