Mercurial > emacs
diff src/coding.h @ 17190:6637001cdb4b
Adjusted for the change of MAX_CHARSET.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 18 Mar 1997 23:31:34 +0000 |
parents | dcfb481ee914 |
children | 545c2f09f14d |
line wrap: on
line diff
--- a/src/coding.h Tue Mar 18 23:31:34 1997 +0000 +++ b/src/coding.h Tue Mar 18 23:31:34 1997 +0000 @@ -149,7 +149,7 @@ 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. */