http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb45de3
)
usp10: Remove duplicate code.
author
Jeff Latimer
<lats@yless4u.com.au>
Thu, 4 Mar 2010 12:47:20 +0000
(23:47 +1100)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 4 Mar 2010 16:29:17 +0000
(17:29 +0100)
dlls/usp10/usp10.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/usp10/usp10.c
b/dlls/usp10/usp10.c
index a8ae4ce0a15795400dd3c4675fe768b8b17cc1db..28984e0a11f58dff2ecc5e73d32ddbde4582f038 100644
(file)
--- a/
dlls/usp10/usp10.c
+++ b/
dlls/usp10/usp10.c
@@
-592,8
+592,6
@@
HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int cInChars, int cMaxItem
pItems[index].a.s.uBidiLevel = 1;
pItems[index].a.eScript = New_Script;
- if (New_Script == Script_Arabic)
- pItems[index].a.s.uBidiLevel = 1;
TRACE("index=%d cnt=%d iCharPos=%d\n", index, cnt, pItems[index].iCharPos);
}