changeset 56719:ba478e06c729

(char_quoted): Mixup byte/char pos.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Aug 2004 19:00:58 +0000
parents 0e434700ae47
children 7c89be334c1b
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Thu Aug 19 17:31:37 2004 +0000
+++ b/src/syntax.c	Thu Aug 19 19:00:58 2004 +0000
@@ -292,7 +292,7 @@
 
   DEC_BOTH (charpos, bytepos);
 
-  while (bytepos >= beg)
+  while (charpos >= beg)
     {
       int c;