2009-06-29 12:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rdd/dbfntx/dbfntx1.c
    ! fixed typo in recent modification (it was causing GPF)
This commit is contained in:
Przemyslaw Czerpak
2009-06-29 10:02:41 +00:00
parent b109875df7
commit 29d68aa2be
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-29 12:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbfntx/dbfntx1.c
! fixed typo in recent modification (it was causing GPF)
2009-06-28 19:40 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbxbp/xbp.ch
* harbour/contrib/hbxbp/xbp3state.prg

View File

@@ -7576,7 +7576,7 @@ static HB_ERRCODE ntxRddInfo( LPRDDNODE pRDD, USHORT uiIndex, ULONG ulConnect, P
case RDDI_ORDEREXT:
case RDDI_ORDSTRUCTEXT:
{
const char * szNew = hb_itemGetC( pItem );
const char * szNew = hb_itemGetCPtr( pItem );
char * szNewVal;
szNewVal = szNew[0] == '.' && szNew[1] ? hb_strdup( szNew ) : NULL;