Minor fix in bidi.c:bidi_cache_reset_to.
commit23ce11b16aea239c5632f542c47a0ec6c18fbdc7
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)
treed7abeb4083ab4468d9cbc20809e2f50566b2ebf0
parenta29267bf9b99f3fd71ed341fb9b08ad8383b0dbc
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