summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/object.c b/object.c
index b3a1c976db..9c84fe5931 100644
--- a/object.c
+++ b/object.c
@@ -2089,10 +2089,8 @@ rb_mod_const_get(int argc, VALUE *argv, VALUE mod)
return RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id);
}
- name = StringValue(name);
-
+ path = StringValuePtr(name);
enc = rb_enc_get(name);
- path = RSTRING_PTR(name);
if (!rb_enc_asciicompat(enc)) {
rb_raise(rb_eArgError, "invalid class path encoding (non ASCII)");