This commit is contained in:
nagachika 2023-03-25 11:30:36 +09:00
parent 8238354995
commit a308900b74
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 214
#define RUBY_PATCHLEVEL 215
#define RUBY_RELEASE_YEAR 2023
#define RUBY_RELEASE_MONTH 3

View file

@ -266,7 +266,6 @@ rb_default_home_dir(VALUE result)
rb_raise(rb_eArgError, "couldn't find HOME environment -- expanding `~'");
}
append_wstr(result, dir, -1,
rb_w32_filecp(), rb_filesystem_encoding());
CP_UTF8, rb_utf8_encoding());
xfree(dir);