[2/8] jscript: Fix the lexicographical order of the String class properties array.

Andrew Nguyen arethusa26 at gmail.com
Wed Dec 10 03:06:21 CST 2008


The find_builtin_prop internal routine in dispex.c implements a binary
search with the requirement that a class properties array be in
ascending order, so this fix allows String's properties array to
satisfy this requirement and allows the tests for String.sub() to
pass.
---
 dlls/jscript/string.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4cbd7a00d973188a2e64438e72c5b4c0b938df07.diff
Type: text/x-patch
Size: 1054 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081210/a9f6a174/attachment.bin 


More information about the wine-patches mailing list