[PATCH 2/4] jscript: Make Array.join generic

Jacek Caban jacek at codeweavers.com
Fri Jan 15 01:33:50 CST 2010


Hi Piotr,

On 1/15/10 1:17 AM, Piotr Caban wrote:
> ---
>   dlls/jscript/array.c      |   16 +++++++---------
>   dlls/jscript/tests/api.js |   11 +++++++++++
>   2 files changed, 18 insertions(+), 9 deletions(-)
>
>
>    
+    hres = get_length(ctx, vthis, ei,&jsthis,&length);
+    if(FAILED(hres))
+        return hres;


You should call set_length in the end of the function. Same for other patches.


Jacek




More information about the wine-patches mailing list