diff --git a/src/expr.c b/src/expr.c index 7a7745db2..1b42cf6e2 100644 --- a/src/expr.c +++ b/src/expr.c @@ -356,7 +356,7 @@ toarith (VALUE *v) while (*++cp); free (v->u.s); - v->u.i = value * sign; + v->u.i = value; v->type = integer; return true; }