Alex Villacís Lasso a_villacis@palosanto.com writes:
--
perl -e '$x=2.4;print sprintf("%.0f + %.0f = %.0f\n",$x,$x,$x+$x);'
From: Alex Villacís Lasso a_villacis@palosanto.com
Subject: richedit: fix misreporting of match offset for EM_FINDTEXT and EM_FINDTEXTEX
To: wine-patches@winehq.org
Date: Fri, 2 May 2008 13:01:49 -0500 (ECT)
Forward search that spans across more than one run in a single paragraph
could report with an incorrect offset, due to the use of the last examined
run rather than the start-of-search run.
Changelog:
- Fix misreporting of match offset for EM_FINDTEXT and EM_FINDTEXTEX
- Added test that failed until bug was fixed.
Could you please resend the patches from scratch instead of forwarding
your previous mail to the list again? It's a pain to extract the proper
data from the embedded mail. Thanks.
--
Alexandre Julliard
julliard@winehq.org