@ -114,8 +114,8 @@ int main(int argc, char **argv) {
// Beginning of file?
if(lseek(fd,0,SEEK_CUR)==0){
printf("No change: file does not end with a newline\n");
return1;
printf("No change: requested removal would leave empty file\n");
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.