mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(char_quoted): Mixup byte/char pos.
This commit is contained in:
parent
00267f94d1
commit
709a47ceff
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ char_quoted (charpos, bytepos)
|
|||
|
||||
DEC_BOTH (charpos, bytepos);
|
||||
|
||||
while (bytepos >= beg)
|
||||
while (charpos >= beg)
|
||||
{
|
||||
int c;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue