@ -344,6 +344,7 @@ void sdsIncrLen(sds s, int incr) {
len=(sh->len+=incr);
break;
}
default:len=0;/* Just to avoid compilation warnings. */
}
s[len]='\0';
}
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.