@@ -82,12 +82,8 @@ extern int more_main(int argc, char **argv)
if(argc==0){
file=stdin;
}else
file=fopen(*argv,"r");
file=xfopen(*argv,"r");
if(file==NULL){
perror(*argv);
exit(FALSE);
}
fstat(fileno(file),&st);
#ifdef BB_FEATURE_USE_TERMIOS
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.