2009-11-28 13:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbwin/olecore.c
    ! fixed typo in last commit
This commit is contained in:
Przemyslaw Czerpak
2009-11-28 12:27:56 +00:00
parent e881381b1e
commit e0562e1e79
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-28 13:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/olecore.c
! fixed typo in last commit
2009-11-28 13:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/fm.c
! fixed typo - thanks to Bill for info

View File

@@ -598,7 +598,7 @@ void hb_oleVariantToItem( PHB_ITEM pItem, VARIANT* pVariant )
( void** ) ( void * ) &pdispVal ) == S_OK )
{
hb_oleDispatchToItem( pItem, pdispVal );
HB_VTBL( punkVal )->Release( HB_THIS( punkVal ) );
HB_VTBL( pdispVal )->Release( HB_THIS( pdispVal ) );
}
break;
}