richedit: Fixed regression in ME_SetCharFormat.
commit326f9b3f3f1dc6c1dab0e14c73ea58739f7c2a53
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 13 Aug 2009 05:25:30 +0000 (13 01:25 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Aug 2009 09:45:13 +0000 (13 11:45 +0200)
tree5ffa20f12b801e59a6ab637a1792cff695ee97b5
parent9c7ded0973e5956ef8668301e76314b351c7aa6f
richedit: Fixed regression in ME_SetCharFormat.

Missed an assignment for end_run when the end cursor is provided and the
end position doesn't cause a split.
dlls/riched20/run.c