diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/character.c b/src/character.c index 4902e564b1d..5860f6a0c8c 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -495,9 +495,9 @@ parse_str_as_multibyte (const unsigned char *str, ptrdiff_t len, | |||
| 495 | 495 | ||
| 496 | /* Arrange unibyte text at STR of NBYTES bytes as a multibyte text. | 496 | /* Arrange unibyte text at STR of NBYTES bytes as a multibyte text. |
| 497 | It actually converts only such 8-bit characters that don't construct | 497 | It actually converts only such 8-bit characters that don't construct |
| 498 | a multibyte sequence to multibyte forms of Latin-1 characters. If | 498 | a multibyte sequence to multibyte forms of raw bytes. If NCHARS |
| 499 | NCHARS is nonzero, set *NCHARS to the number of characters in the | 499 | is nonzero, set *NCHARS to the number of characters in the text. |
| 500 | text. It is assured that we can use LEN bytes at STR as a work | 500 | It is assured that we can use LEN bytes at STR as a work |
| 501 | area and that is enough. Return the number of bytes of the | 501 | area and that is enough. Return the number of bytes of the |
| 502 | resulting text. */ | 502 | resulting text. */ |
| 503 | 503 | ||