@ -268,7 +268,7 @@ static int write_ref_file(const char *filename,
charterm='\n';
if(write(fd,hex,40)<40||
write(fd,&term,1)<1){
error("Couldn't write %s\n",filename);
error("Couldn't write %s",filename);
close(fd);
return-1;
}
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.