aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 688642796d..e431a6f9b9 100644
--- a/error.c
+++ b/error.c
@@ -963,7 +963,7 @@ rb_get_backtrace(VALUE exc)
return Qnil;
return rb_check_backtrace(info);
}
- return rb_funcall(exc, mid, 0, 0);
+ return rb_funcallv(exc, mid, 0, 0);
}
/*