@ -41,7 +41,7 @@ void update_line(char** line, int new_id)
}
if(i==MAX_BUFFER_SIZE-1){
fprintf(stderr,"There was an error in %s file!\n",FILE_NAME);
fprintf(stderr,"There was an error in the file: %s\n",FILE_NAME);
exit(EXIT_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.