len is a size_t, which is an unsigned integer. Therefore, some
compilers will complain against the check for less than zero.
parent
2ed2d151
Please register or sign in to comment
compilers will complain against the check for less than zero.