# HG changeset patch # User Gerd Moellmann # Date 971461611 0 # Node ID 20788c8274cd25a0a3de82bbe1373a2cc6b9f7ad # Parent d8a494b62fbd2b24f2e7e57204b4c03081cee51c (direct_output_for_insert): Call set_iterator_to_next with additional argument. diff -r d8a494b62fbd -r 20788c8274cd src/dispnew.c --- 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. */