Hi Zhan,
On 05/17/13 16:53, Zhan Jianyu wrote:
This patch is built based on Jaceks's newly-submitted patch:
commit 48a862306288d69d3623d5ecdc0f5a5a40addafe ( vbscript: Round half to even in to_int)
Thanks, Jacek. :-)
With his patch, CInt could be implementd in a clean way, without any introduced helper function.
This patch also add tests for any corner cases, and it has passed testbot's testing.
dlls/vbscript/global.c | 14 ++++++++++++-- dlls/vbscript/tests/api.vbs | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-)
As you may check here: http://source.winehq.org/patches/ your patch is marked as 'Apply failure'. Did you prepare the patch against recent Wine Git? Please rebase and resend the patch.
Cheers, Jacek