mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
riched20: Added a comment to make life easier.
This commit is contained in:
parent
4aa6418d51
commit
69ae27ed2f
@ -889,6 +889,8 @@ ME_FindText(ME_TextEditor *editor, DWORD flags, CHARRANGE *chrg, WCHAR *text, CH
|
||||
if (nCurEnd - nMatched == 0)
|
||||
{
|
||||
pCurItem = ME_FindItemBack(pCurItem, diRun);
|
||||
/* Don't care about pCurItem becoming NULL here; it's already taken
|
||||
* care of in the exterior loop condition */
|
||||
para = ME_GetParagraph(pCurItem);
|
||||
nCurEnd = ME_StrLen(pCurItem->member.run.strText) + nMatched;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user