summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-03-18 23:31:34 +0000
committerKenichi Handa <handa@m17n.org>1997-03-18 23:31:34 +0000
commita549539882d5a5aa32e764cb0fa8494aab615b6b (patch)
tree655c50ec98d5607ac4fdf4a09260076f7b8c688f /src/coding.h
parent84a2955bf03f8478bf4ec726506d4645968b3e64 (diff)
downloademacs-a549539882d5a5aa32e764cb0fa8494aab615b6b.tar.gz
Adjusted for the change of MAX_CHARSET.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 6008557cbf2..3facc43547b 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -149,7 +149,7 @@ struct iso2022_spec
int initial_designation[4];
/* A graphic register to which each charset should be designated. */
- char requested_designation[MAX_CHARSET];
+ char requested_designation[MAX_CHARSET + 1];
/* Set to 1 temporarily only when graphic register 2 or 3 is invoked
by single-shift while encoding. */