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 {
|
} else {
|
||||||
MP_INT new;
|
MP_INT new;
|
||||||
|
|
||||||
mpz_init_set(&new, b1);
|
mpz_init_set(&new, b2);
|
||||||
RBIG(&new);
|
RBIG(&new);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user