Branch: Tag:

2013-11-03

2013-11-03 10:33:28 by Tobias S. Josefowitz <tobij@tobij.de>

Winbuild: less ssize_t, more ptrdiff_t

2052:    if( a->refs > 1 )    {    /* We only need to do anything if the value exists in the array. */ -  ssize_t off = fast_array_search( a, b, 0 ); +  ptrdiff_t off = fast_array_search( a, b, 0 );    TYPE_FIELD tmp;       if( off == -1 )