diff options
| author | Kenichi Handa | 1997-03-18 23:31:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-03-18 23:31:34 +0000 |
| commit | 467e7675540bdf5f21379a0ee5d7f92627e3ead3 (patch) | |
| tree | f3ac95a241bea13cfbcd2bb95e4a55deffc4deff /src/coding.h | |
| parent | 1df19f02032a543c303bb21982ebd2a1278677ff (diff) | |
| download | emacs-467e7675540bdf5f21379a0ee5d7f92627e3ead3.tar.gz emacs-467e7675540bdf5f21379a0ee5d7f92627e3ead3.zip | |
Adjusted for the change of MAX_CHARSET.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
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 | |||
| 149 | int initial_designation[4]; | 149 | int initial_designation[4]; |
| 150 | 150 | ||
| 151 | /* A graphic register to which each charset should be designated. */ | 151 | /* A graphic register to which each charset should be designated. */ |
| 152 | char requested_designation[MAX_CHARSET]; | 152 | char requested_designation[MAX_CHARSET + 1]; |
| 153 | 153 | ||
| 154 | /* Set to 1 temporarily only when graphic register 2 or 3 is invoked | 154 | /* Set to 1 temporarily only when graphic register 2 or 3 is invoked |
| 155 | by single-shift while encoding. */ | 155 | by single-shift while encoding. */ |