@ -151,6 +151,7 @@ extern int logger_main(int argc, char **argv)
}else{
if(argc>=1){
intlen=1;/* for the '\0' */
message=xcalloc(1,1);
for(;*argv!=NULL;argv++){
len+=strlen(*argv);
len+=1;/* for the space between the args */
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.