j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/jscript/array.c:
return S_OK; } str_tab = heap_alloc_zero(length * sizeof(*str_tab)); str_tab = calloc(1, length * sizeof(*str_tab));
return S_OK; }
That's `calloc(length, sizeof(*str_tab))`.
Back to the thread
Back to the list