@@ -141,7 +141,8 @@ static int get_counter_delta(__u32 new, __u32 old)
else
else
delta=new-old;
delta=new-old;
returndelta;
returndelta>0?delta:0;
}
}
void
void
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.