mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result
variant value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b360725085
commit
f401324a4a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Sep 12 13:29:58 2009 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result
|
||||
variant value.
|
||||
|
||||
Thu Sep 10 23:00:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (create_makefile): fix for parallel execution.
|
||||
|
|
|
@ -5809,6 +5809,7 @@ STDMETHODIMP EVENTSINK_Invoke(
|
|||
}
|
||||
|
||||
if (pvarResult) {
|
||||
VariantInit(pvarResult);
|
||||
ole_val2variant(result, pvarResult);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue