changeset 32468:20788c8274cd

(direct_output_for_insert): Call set_iterator_to_next with additional argument.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 13 Oct 2000 18:26:51 +0000
parents d8a494b62fbd
children 73b4f1e42145
files src/dispnew.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Fri Oct 13 18:05:11 2000 +0000
+++ b/src/dispnew.c	Fri Oct 13 18:26:51 2000 +0000
@@ -3262,7 +3262,7 @@
 
       delta += 1;
       delta_bytes += it.len;
-      set_iterator_to_next (&it);
+      set_iterator_to_next (&it, 1);
     }
 
   /* Give up if we hit the right edge of the window.  We would have
@@ -3280,7 +3280,7 @@
     {
       if (it2.c == '\t')
 	return 0;
-      set_iterator_to_next (&it2);
+      set_iterator_to_next (&it2, 1);
     }
 
   /* Number of new glyphs produced.  */