From de554b0cbb9f5aa0bae418c775a6cc768eceaac8 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 17 Jun 2026 09:37:33 -0600 Subject: [PATCH] Correct type of bgl_bignum_to_string 2nd parameter --- runtime/Unsafe/bignumber.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Unsafe/bignumber.scm b/runtime/Unsafe/bignumber.scm index 8411ee842..e4498637b 100644 --- a/runtime/Unsafe/bignumber.scm +++ b/runtime/Unsafe/bignumber.scm @@ -132,7 +132,7 @@ "GCD_BIGNUM") (method static $lcmbx::bignum (::bignum ::bignum) "LCM_BIGNUM") - (method static $bignum->string::string (::bignum ::long) + (method static $bignum->string::string (::bignum ::int) "bgl_bignum_to_string") (method static $string->bignum::bignum (::string ::int) "bgl_string_to_bignum")