projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e82f4d6
)
(put_ccs_octet_table): Use `XCHARSET_BYTE_SIZE' instead of
author
tomo
<tomo>
Mon, 11 Feb 2002 11:06:11 +0000
(11:06 +0000)
committer
tomo
<tomo>
Mon, 11 Feb 2002 11:06:11 +0000
(11:06 +0000)
`XCHARSET_CHARS'.
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
2295849
..
f1b0d8e
100644
(file)
--- 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))
{