24 Apr
2016
24 Apr
'16
1:52 p.m.
On 24.04.2016 21:28, Sebastian Lackner wrote:
On 24.04.2016 20:05, Nikolay Sivov wrote:
+ table->_first = MSVCRT_calloc(sizeof(void *), 32);
Not really an issue, but shouldn't the first argument be the counter, and the second one the size?
It should, I copied from existing function, worth fixing, thanks.