From 360c66732c145d46fcf8fdf418737d77c2fdfbe2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Sep 2013 07:41:17 +0000 Subject: win32/registry.rb: size in bytes * ext/win32/lib/win32/registry.rb (Win32::Registry#write): data size is in bytes, not chars. terminators should be placed automatically. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 149870a1af..34f2c6fb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 24 16:41:15 2013 Nobuyoshi Nakada + + * ext/win32/lib/win32/registry.rb (Win32::Registry#write): data size + is in bytes, not chars. terminators should be placed automatically. + Tue Sep 24 16:39:36 2013 Nobuyoshi Nakada * ext/win32/lib/win32/registry.rb (Win32::Registry#each_value): encode -- cgit v1.2.3