diff --git a/src/syntax.c b/src/syntax.c index 83763061d8227687ebc524f8f9b59c6e226ad3d1..e1fb7532b85b39d1415f41409a46df1399585c32 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -292,7 +292,7 @@ char_quoted (charpos, bytepos) DEC_BOTH (charpos, bytepos); - while (bytepos >= beg) + while (charpos >= beg) { int c;