From de71551fbd5c69dba3dada0f4c07ebf6445e93b3 Mon Sep 17 00:00:00 2001 From: suke Date: Tue, 19 Oct 2004 11:40:33 +0000 Subject: * ext/win32ole.c(ole_invoke): retrieve the result value when retrying the IDispatch::invoke. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53c2343f1..a66538c54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 19 20:41:37 2004 Masaki Suketa + + * ext/win32ole.c(ole_invoke): retrieve the result value when + retrying the IDispatch::invoke. + Tue Oct 19 17:24:11 2004 Yukihiro Matsumoto * io.c (read_all): block string buffer modification during -- cgit