diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5a6c8e4283..83b87e4b1c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-08-08 12:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbwin/olecore.c + ! typo in previous commit + 2011-08-08 12:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbcomhb.c * indenting diff --git a/harbour/contrib/hbwin/olecore.c b/harbour/contrib/hbwin/olecore.c index 99ea919079..c206937bb6 100644 --- a/harbour/contrib/hbwin/olecore.c +++ b/harbour/contrib/hbwin/olecore.c @@ -1299,7 +1299,7 @@ static void FreeParams( DISPPARAMS * dispparam ) HB_FUNC( __OLEISDISP ) { - hb_retl( hb_oleItemGet( hb_param( 1, HB_IT_ANY ) ) != NIL ); + hb_retl( hb_oleItemGet( hb_param( 1, HB_IT_ANY ) ) != NULL ); } HB_FUNC( __OLECREATEOBJECT ) /* ( cOleName | cCLSID [, cIID ] ) */