diff src/syntax.c @ 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 9edd102571f9
children 7c89be334c1b
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;