From e0562e1e79fa66696cc5d74e8ba3f8332fe4cfa2 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sat, 28 Nov 2009 12:27:56 +0000 Subject: [PATCH] 2009-11-28 13:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! fixed typo in last commit --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/olecore.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2bf5c90051..87a3924af5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbwin/olecore.c b/harbour/contrib/hbwin/olecore.c index de3188acfc..b096d35082 100644 --- a/harbour/contrib/hbwin/olecore.c +++ b/harbour/contrib/hbwin/olecore.c @@ -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; }