From eab254084682ee8b30c3c872a31848f364c08a4d Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 17 Nov 2000 05:59:45 +0000 Subject: eban git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 46f9725ce3..e068e44871 100644 --- a/string.c +++ b/string.c @@ -829,7 +829,7 @@ rb_str_succ(orig) memmove(s+1, s, RSTRING(str)->len - n); *s = c; RSTRING(str)->len += 1; - + RSTRING(str)->ptr[RSTRING(str)->len] = '\0'; } return str; -- cgit v1.2.3