@@ -131,7 +131,7 @@ nextfile(FILE *f, char *buf, int plen, int slen)
if(f)
fclose(f);
s=itostr(buf+plen,n++,slen);
if(s==-1)
if(s<0)
returnNULL;
f=fopen(buf,"w");
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.