* bidi.c (bidi_mirror_char): Don't possibly truncate the integer
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 May 2012 07:32:46 +0000 (00:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 May 2012 07:32:46 +0000 (00:32 -0700)
commit81899c9138d2412a6c9977cb6c47987ca622af27
tree21f3b2d35a83cd1833ea70aa1a4fd030e2a824ca
parent1d5b82efa7e79bad40e6688b76e82500bd13848f
* bidi.c (bidi_mirror_char): Don't possibly truncate the integer

before checking whether it's out of range.  Put the check inside
eassert.  See
<http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
src/ChangeLog
src/bidi.c