diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index 9639adbf0fd..3b13df12c4a 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -1111,7 +1111,7 @@ insert_from_string_1 (string, pos, pos_byte, nchars, nbytes, | |||
| 1111 | outgoing_nbytes = nchars; | 1111 | outgoing_nbytes = nchars; |
| 1112 | else if (! STRING_MULTIBYTE (string)) | 1112 | else if (! STRING_MULTIBYTE (string)) |
| 1113 | outgoing_nbytes | 1113 | outgoing_nbytes |
| 1114 | = count_size_as_multibyte (&SREF (string, pos_byte), | 1114 | = count_size_as_multibyte (SDATA (string) + pos_byte, |
| 1115 | nbytes); | 1115 | nbytes); |
| 1116 | 1116 | ||
| 1117 | GCPRO1 (string); | 1117 | GCPRO1 (string); |