Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f7e233a8
Commit
f7e233a8
authored
Jul 16, 2002
by
Ken Raeburn
Browse files
* insdel.c (insert_from_string_1): Use SDATA.
parent
08663750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/insdel.c
src/insdel.c
+1
-1
No files found.
src/insdel.c
View file @
f7e233a8
...
...
@@ -1111,7 +1111,7 @@ insert_from_string_1 (string, pos, pos_byte, nchars, nbytes,
outgoing_nbytes
=
nchars
;
else
if
(
!
STRING_MULTIBYTE
(
string
))
outgoing_nbytes
=
count_size_as_multibyte
(
&
SREF
(
string
,
pos_byte
)
,
=
count_size_as_multibyte
(
SDATA
(
string
)
+
pos_byte
,
nbytes
);
GCPRO1
(
string
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment