On 17 July 2010 13:28, Jacek Caban <[email protected]> wrote: > + }else if(V_VT(v1) == VT_EMPTY) { > + *cmp = V_VT(v1) == VT_EMPTY ? 0 : 1; That looks wrong, should that read "*cmp = V_VT(v2) == VT_EMPTY ? 0 : 1;" instead?
- Re: [PATCH 1/5] jscript: Fixed sort_cmp for non-string argum... testbot
- Re: [PATCH 1/5] jscript: Fixed sort_cmp for non-string ... Henri Verbeet
