@@ -187,7 +187,7 @@ static int parseSubExpr(const char **pp, long *v, int pr, int o)
longval3=0;
val2=1;
if(exprDebug)printf("parseExpr(%d) if %ld ...\n",pr,val);
if(parseExpr(&p,&val2)>=0)
if((o2=parseExpr(&p,&val2))>=0)
{
if(parseSep(&p,":"))
{
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.