[PATCH 2/2] ucrtbase: Implement _register_onexit_function()

Nikolay Sivov bunglehead at gmail.com
Sun Apr 24 13:52:26 CDT 2016


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.




More information about the wine-devel mailing list