diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index c8936a0586a..a3d2d8a41db 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -794,7 +794,7 @@ string_escape_byte8 (string) | |||
| 794 | 794 | ||
| 795 | if (multibyte) | 795 | if (multibyte) |
| 796 | /* Convert 2-byte sequence of byte8 chars to 4-byte octal. */ | 796 | /* Convert 2-byte sequence of byte8 chars to 4-byte octal. */ |
| 797 | val = make_uninit_multibyte_string (nchars + byte8_count * 2, | 797 | val = make_uninit_multibyte_string (nchars + byte8_count * 3, |
| 798 | nbytes + byte8_count * 2); | 798 | nbytes + byte8_count * 2); |
| 799 | else | 799 | else |
| 800 | /* Convert 1-byte sequence of byte8 chars to 4-byte octal. */ | 800 | /* Convert 1-byte sequence of byte8 chars to 4-byte octal. */ |