max of bignums would always return the first bignum #118
This commit is contained in:
parent
6983a45a43
commit
a1b621507a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user