2001-11-15 14:06 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>

This commit is contained in:
Horacio Dario Roldan Kasimatis
2001-11-15 17:59:53 +00:00
parent 9bf3357877
commit 8ecf795086
2 changed files with 10 additions and 0 deletions

View File

@@ -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 )

View File

@@ -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 );
}
}
/*