@ -733,7 +733,7 @@ char *interpolate_path(const char *path, int real_home)
structstrbufuser_path=STRBUF_INIT;
constchar*to_copy=path;
if(path==NULL)
if(!path)
gotoreturn_null;
if(skip_prefix(path,"%(prefix)/",&path))
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.