@ -514,7 +514,7 @@ int ssh_scp_pull_request(ssh_scp scp){
if(p==NULL)
gotoerror;
*p=0;
size=strtoull(tmp,NULL,10);
size=(size_t)strtoull(tmp,NULL,10);
p++;
name=strdup(p);
SAFE_FREE(scp->request_name);
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.