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?
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.