diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8246cff1e4..3e7f2b4963 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-14 09:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbw32/w32_ole.c + * Fix to previous commit. + 2008-06-14 09:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbbmcdx/bmdbfcdx1.c * contrib/hbct/ctnet.c diff --git a/harbour/contrib/hbw32/w32_ole.c b/harbour/contrib/hbw32/w32_ole.c index 05d596c61b..4aa8aff9a3 100644 --- a/harbour/contrib/hbw32/w32_ole.c +++ b/harbour/contrib/hbw32/w32_ole.c @@ -943,7 +943,7 @@ static PHB_ITEM SafeArrayToArray( SAFEARRAY *parray, UINT iDim, long* rgIndices, if( vt == VT_I1 || vt == VT_UI1 ) { // Ugly hack, but needed to allocate our signature as hidden bytes! - hb_itemPutCL( pArray, NULL ); + hb_itemPutC( pArray, NULL ); HB_STRING_ALLOC( pArray, (ULONG)(iLen + 5) ); pArray->item.asString.length = iLen; // TOFIX