зеркало из https://github.com/github/ruby.git
rb_encoding is already const
- this change get rid of a warning of mswin build. see include/ruby/internal/encoding/encoding.h(116)
This commit is contained in:
Родитель
fa12e3e2f7
Коммит
3099bb6e3c
2
file.c
2
file.c
|
@ -4389,7 +4389,7 @@ static VALUE
|
|||
rb_check_realpath_emulate_try(VALUE arg)
|
||||
{
|
||||
VALUE *args = (VALUE *)arg;
|
||||
return rb_check_realpath_emulate(args[0], args[1], (const rb_encoding *)args[2], RB_REALPATH_CHECK);
|
||||
return rb_check_realpath_emulate(args[0], args[1], (rb_encoding *)args[2], RB_REALPATH_CHECK);
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче