From 756e804e378ff33b54a8bb06761c81aed02786bd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 23 Jul 2008 09:04:45 +0000 Subject: * ext/digest/digest.c (rb_digest_instance_inspect): consitifed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/digest/digest.c b/ext/digest/digest.c index 0b910e8c47..69718d493b 100644 --- a/ext/digest/digest.c +++ b/ext/digest/digest.c @@ -266,7 +266,7 @@ rb_digest_instance_inspect(VALUE self) { VALUE str; size_t digest_len = 32; /* about this size at least */ - char *cname; + const char *cname; cname = rb_obj_classname(self); -- cgit v1.2.3