summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index 9bfd3bca03..e629f9827d 100644
--- a/struct.c
+++ b/struct.c
@@ -701,7 +701,7 @@ rb_struct_values_at(argc, argv, s)
VALUE *argv;
VALUE s;
{
- return rb_values_at(s, RSTRUCT(s)->len, argc, argv, struct_entry);
+ return rb_get_values_at(s, RSTRUCT(s)->len, argc, argv, struct_entry);
}
/*