From 27c4fb3361d0e731d2deff6093ebd33b69231323 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 3 Aug 2014 01:56:16 +0000 Subject: ext: get rid of inadvertent ID creation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/symbol/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/-test-/symbol') diff --git a/ext/-test-/symbol/type.c b/ext/-test-/symbol/type.c index 296c74c105..e51e09eb26 100644 --- a/ext/-test-/symbol/type.c +++ b/ext/-test-/symbol/type.c @@ -38,7 +38,7 @@ bug_sym_attrset(VALUE self, VALUE name) static VALUE bug_id2str(VALUE self, VALUE sym) { - return rb_id2str(SYM2ID(sym)); + return rb_sym2str(sym); } static VALUE -- cgit v1.2.3