• Dylan Smith's avatar
    richedit: Get the paragraph with ME_RunOfsFromCharOfs. · 12ca50db
    Dylan Smith authored
    The ME_RunOfsFromCharOfs function finds the paragraph before finding the
    run and offset within the run, so the function may as well be able to
    return this paragraph to the caller.  Many callers to the function
    instead find the paragraph from the run, which ends up unnecessarily
    traversing a linked list of runs within the paragraph.
    12ca50db
writer.c 32.4 KB