Clean up a couple of warnings on Win64. The downcast of the strlen size_t
return value to int is safe here because in each case it previouls checked that there will be no overflow.
Showing
Please register or sign in to comment
return value to int is safe here because in each case it previouls checked that there will be no overflow.