Patch from Jean Wolter
expr currently always adds even if told to subtract
This commit is contained in:
parent
5875be406e
commit
07f6b95d8f
@ -438,7 +438,7 @@ static VALUE *eval3 (void)
|
|||||||
if (nextarg ("+"))
|
if (nextarg ("+"))
|
||||||
op = '+';
|
op = '+';
|
||||||
else if (nextarg ("-"))
|
else if (nextarg ("-"))
|
||||||
op = '+';
|
op = '-';
|
||||||
else
|
else
|
||||||
return l;
|
return l;
|
||||||
args++;
|
args++;
|
||||||
|
Loading…
Reference in New Issue
Block a user