@ -120,7 +120,7 @@ int log_add_fp(FILE *fp, int level) {
staticvoidinit_event(log_Event*ev,void*udata){
if(!ev->time){
time_tt=time(NULL);
ev->time=localtime(&t,&ev->time_buf);
ev->time=localtime_r(&t,&ev->time_buf);
}
ev->udata=udata;
}
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.