usp10: Correct fTrailing handling for RTL runs in ScriptCPtoX.

This commit is contained in:
Aric Stewart 2011-03-17 14:46:03 -05:00 committed by Alexandre Julliard
parent 6ff842fddb
commit 7acd2ba264
1 changed files with 1 additions and 6 deletions

View File

@ -1117,12 +1117,7 @@ HRESULT WINAPI ScriptCPtoX(int iCP,
rtl = TRUE;
if (fTrailing)
{
if (rtl)
iCP--;
else
iCP++;
}
iCP++;
if (rtl)
{