Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
EMG60 authored Jan 30, 2024
1 parent c892443 commit 4350eba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/hbwin/olecore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2254,8 +2254,9 @@ HB_FUNC( WIN_OLEAUTO___ONERROR )

lOleError = HB_VTBL( pDisp )->Invoke( HB_THIS_( pDisp ) dispid, HB_ID_REF( IID_NULL ),
LOCALE_USER_DEFAULT,
DISPATCH_PROPERTYPUT, &dispparam,
NULL, &excep, &uiArgErr );
( V_VT( dispparam.rgvarg ) == VT_DISPATCH) ? DISPATCH_PROPERTYPUTREF : DISPATCH_PROPERTYPUT,
&dispparam, NULL, &excep, &uiArgErr );

FreeParams( &dispparam );

/* assign method should return assigned value */
Expand Down

0 comments on commit 4350eba

Please sign in to comment.