From 7bfc8eb5a9d1ceeccbd07d9f61286a71f2c402f3 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/trunk@7072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e26bd5154..843792d3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 19 20:32:50 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