Fix remaining signedness errors
We can change the data type for 'size' but we have to cast len to size_t for the comparisons with sizeof results.
Loading
Please register or sign in to comment
We can change the data type for 'size' but we have to cast len to size_t for the comparisons with sizeof results.