git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-01-16 01:24:04 +00:00
Родитель be897c2507
Коммит 72fa5a8ee5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5658,7 +5658,7 @@ static VALUE
rb_str_casemap(VALUE source, OnigCaseFoldType *flags, rb_encoding *enc)
{
VALUE target;
OnigUChar *source_current, *source_end;
int target_length = 0;
mapping_buffer pre_buffer, /* only next pointer used */