@@ -617,7 +617,7 @@ int m_str_to_uint(const char* str, unsigned int *val) {
l=strtoul(str,&endp,10);
if(endp==str||*endp!='\0'){
// parse error
/* parse error */
returnDROPBEAR_FAILURE;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.