From 25e8bfce581b375614ecb1ee57e1839bcff6ae96 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 2 Jun 2014 22:35:17 +0000 Subject: * win32/win32.c (rb_w32_conv_from_wchar): follow nobu's previous commit. hey nobu, why don't you write Changelog for such serious changes? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index f58425f1b9..900a9cc42d 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -2049,7 +2049,7 @@ rb_w32_conv_from_wchar(const WCHAR *wstr, rb_encoding *enc) { VALUE src; long len = lstrlenW(wstr); - int encindex = ENC_TO_ENCINDEX(enc); + int encindex = rb_enc_to_index(enc); if (encindex == ENCINDEX_UTF_16LE) { return rb_enc_str_new((char *)wstr, len * sizeof(WCHAR), enc); -- cgit v1.2.3