2001-11-15 14:06 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-11-15 14:06 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>
|
||||
* source/rdd/dbfcdx/dbfcdx1.c
|
||||
! fixed bug: value of empty memo was NIL instead of ""
|
||||
reported by Andi Jahja
|
||||
|
||||
2001-11-15 13:55 GMT+1 Antonio Linares <alinares@fivetech.com>
|
||||
* include/hbapi.h
|
||||
Enhanced HB_IS_OBJECT( PHB_ITEM )
|
||||
|
||||
@@ -364,6 +364,11 @@ static void hb_cdxGetMemo( CDXAREAP pArea, USHORT uiIndex, PHB_ITEM pItem )
|
||||
hb_itemSetCMemo( pItem );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
hb_itemPutC( pItem, "");
|
||||
hb_itemSetCMemo( pItem );
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user