Minor fix in bidi.c:bidi_cache_reset_to.
commitb6a7474272ce7de5cf0e5e444a0d9221d0493ab6
authorEli Zaretskii <eliz@gnu.org>
Thu, 30 Oct 2014 16:51:53 +0000 (30 18:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 30 Oct 2014 16:51:53 +0000 (30 18:51 +0200)
tree043b428e1e3d9b4571f02bd084f8c85ad254714f
parentff73c2c3e2b99c1a759fd876464d36f6dd57a4b0
Minor fix in bidi.c:bidi_cache_reset_to.

 src/bidi.c (bidi_cache_reset_to): Invalidate bidi_cache_last_idx by
 setting it to -1.
 (bidi_find_bracket_pairs): Pass to bidi_cache_reset_to a relative
 index, not an absolute one, as that's what the function expects.
src/ChangeLog
src/bidi.c