Re: riched20: Implements FR_MATCHCASE for EM_FINDTEXT
21 Feb
2006
21 Feb
'06
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.
7324
Age (days ago)
7324
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phil Krylov