From 2e95027e6a754cf25896dfbe41d402994dc25fc9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 8 Aug 2011 10:25:36 +0000 Subject: [PATCH] 2011-08-08 12:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! typo in previous 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 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 ] ) */