mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-22 13:40:44 -08:00
(decode_coding): Clear chars_at_source flag when using charbuf.
This commit is contained in:
parent
1aa956a1e2
commit
b2dab6c8f7
2 changed files with 7 additions and 0 deletions
|
|
@ -6654,6 +6654,8 @@ decode_coding (coding)
|
|||
that the number of data is less than the size of
|
||||
coding->charbuf. */
|
||||
coding->charbuf_used = 0;
|
||||
coding->chars_at_source = 0;
|
||||
|
||||
while (nbytes-- > 0)
|
||||
{
|
||||
int c = *src++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue