@ -656,11 +656,12 @@ int main(int argc, char** argv) {
}
}
#ifdef HAVE_PROC
if(access(PROCDIR,R_OK)!=0){
fprintf(stderr,"Error: could not read procfs (compiled to look in %s).\n",PROCDIR);
exit(1);
}
#endif
#ifdef HAVE_LIBNCURSESW
char*locale=setlocale(LC_ALL,NULL);
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.