summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index 380ea481dd..110932b650 100644
--- a/iseq.c
+++ b/iseq.c
@@ -2214,7 +2214,7 @@ iseq_iterate_children(const rb_iseq_t *iseq, void (*iter_func)(const rb_iseq_t *
i += len;
}
- return RHASH_SIZE(all_children);
+ return (int)RHASH_SIZE(all_children);
}
static void