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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user