@ -548,7 +548,8 @@ extern int createPath (const char *name, int mode)
intretVal=0;
strcpy(buf,name);
cp=strchr(buf,'/');
for(cp=buf;*cp=='/';cp++);
cp=strchr(cp,'/');
while(cp){
cpOld=cp;
cp=strchr(cp+1,'/');
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.