From dcb16fc25fcca8c7ab460125d3f890937658b14c Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 22 Aug 2005 19:36:23 +0000 Subject: [PATCH] Corrected the bigint_int() routine with regards to large integers (as large as or larger than BIGINT_MAX) so that arithmetic actually works --- bigint.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bigint.c b/bigint.c index fe963e1..99fc7b0 100644 --- a/bigint.c +++ b/bigint.c @@ -57,8 +57,13 @@ bigint bigint_int(int num) int i; for (i=0; i