Fix bug #10164 with assertion violations in linum-mode.
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 Nov 2011 12:25:09 +0000 (07:25 -0500)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 Nov 2011 12:25:09 +0000 (07:25 -0500)
commit801a431304543436accd7088de953dbb5fc15838
tree4507a4529d46f1f6ceb08cd3d43eb6af74e970cf
parente7308292aaa7f16a5670a151b6112239691ea61f
Fix bug #10164 with assertion violations in linum-mode.

 src/dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
 attributes are tested _before_ calling verify_row_hash, to protect
 against GCC re-ordering of the tests.
src/ChangeLog
src/dispnew.c