@ -6312,7 +6312,7 @@ static int lvalue_type(int t)
intbt,r;
r=VT_LVAL;
bt=t&VT_BTYPE;
if(bt==VT_BYTE)
if(bt==VT_BYTE||bt==VT_BOOL)
r|=VT_LVAL_BYTE;
elseif(bt==VT_SHORT)
r|=VT_LVAL_SHORT;
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.