@@ -307,8 +307,8 @@ tag_swap(int s, int t1, int t2)
Tagt;
inti,j;
if(t1>conf.ntag[s]||t1<0
||t2>conf.ntag[s]||t2<0||t1==t2)
if(t1>conf.ntag[s]||t1<1
||t2>conf.ntag[s]||t2<1||t1==t2)
return;
t=tags[s][t1];
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.