From e52b2b3a76e618fc9ae6de512f0d10a5b63e785a Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 26 Feb 2018 15:51:04 +0000 Subject: [PATCH] changed the type of karatsuba_cutoff --- moo/lib/moo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/lib/moo.h b/moo/lib/moo.h index e7d2c0d..712c18a 100644 --- a/moo/lib/moo.h +++ b/moo/lib/moo.h @@ -1185,7 +1185,7 @@ struct moo_t #if defined(MOO_BUILD_DEBUG) /* set automatically when trait is set */ - int karatsuba_cutoff; + moo_oow_t karatsuba_cutoff; #endif } option;