diff --git a/bignum.c b/bignum.c index 15818927..8d18e36b 100644 --- a/bignum.c +++ b/bignum.c @@ -190,9 +190,8 @@ sexp sexp_bignum_fxmul (sexp ctx, sexp d, sexp a, sexp_uint_t b, int offset) { sexp_gc_var1(tmp); sexp_gc_preserve1(ctx, tmp); if ((! d) || (sexp_bignum_length(d) < len+offset)) - d = tmp = sexp_make_bignum(ctx, len+offset); - else - tmp = d; + d = sexp_make_bignum(ctx, len+offset); + tmp = d; data = sexp_bignum_data(d); for (i=0; i