Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT
Feb. 21, 2006
2:42 p.m.
On Tue, 21 Feb 2006 10:19:01 -0800 Lei Zhang <leiz(a)ucla.edu> wrote:
- while (pCurItem && pCurItem->member.run.strText->szData[nCurEnd - nMatched - 1] == text[nLen - nMatched - 1]) + while (ME_CharCompare(pCurItem->member.run.strText->szData[nCurEnd - nMatched - 1], text[nLen - nMatched - 1], (flags & FR_MATCHCASE)))
You've dropped pCurItem NULL check here. Probably just a typo... -- Ph.
7339
Age (days ago)
7339
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phil Krylov