max of bignums would always return the first bignum #118

This commit is contained in:
Vitor Santos Costa 2009-06-05 09:49:00 -05:00
parent 6983a45a43
commit a1b621507a

View File

@ -1059,7 +1059,7 @@ p_max(Term t1, Term t2)
} else {
MP_INT new;
mpz_init_set(&new, b1);
mpz_init_set(&new, b2);
RBIG(&new);
}
}