aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gsql_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsql_lib.c b/src/gsql_lib.c
index 1d6d71f..1a0a8ef 100644
--- a/src/gsql_lib.c
+++ b/src/gsql_lib.c
@@ -29,7 +29,7 @@ scm_makenum (unsigned long val)
return SCM_MAKINUM (val);
#ifdef SCM_BIGDIG
- return scm_long2big (val);
+ return scm_i_long2big (val);
#else /* SCM_BIGDIG */
return scm_make_real ((double) val);
#endif /* SCM_BIGDIG */

Return to:

Send suggestions and report system problems to the System administrator.