From 29d68aa2be368e9747e5408c21eadb17ab698681 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 29 Jun 2009 10:02:41 +0000 Subject: [PATCH] 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) --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/dbfntx/dbfntx1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 42bb4560ac..fc29cf9f8c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/source/rdd/dbfntx/dbfntx1.c b/harbour/source/rdd/dbfntx/dbfntx1.c index b3b86396e4..10671aea75 100644 --- a/harbour/source/rdd/dbfntx/dbfntx1.c +++ b/harbour/source/rdd/dbfntx/dbfntx1.c @@ -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;