@ -308,10 +308,13 @@ static int store_data(char *path)
fd=fopen(path,"w");
if(fd==NULL){
free(buf);
return2;
}
if(fwrite(buf,len,1,fd)!=1){
free(buf);
fclose(fd);
return3;
}
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.