@ -1637,11 +1637,6 @@ extern int print_file_by_name(char *filename)
if((file=wfopen(filename,"r"))==NULL)
returnFALSE;
print_file(file);
if(errno){
errorMsg("%s: %s\n",filename,strerror(errno));
errno=0;
returnFALSE;
}
returnTRUE;
}
#endif /* BB_CAT */
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.