mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
fixup for 8238354995
.
This commit is contained in:
parent
8238354995
commit
a308900b74
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue