diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6d1bec4962..9bcdcb16c8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-30 12:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbrdddbf.h + ! fixed declaration + 2009-06-30 01:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/hbqt.ch + New constants. diff --git a/harbour/include/hbrdddbf.h b/harbour/include/hbrdddbf.h index 09ef05779f..d31e57f51b 100644 --- a/harbour/include/hbrdddbf.h +++ b/harbour/include/hbrdddbf.h @@ -268,7 +268,7 @@ static HB_ERRCODE hb_dbfGetValue( DBFAREAP pArea, USHORT uiIndex, PHB_ITEM pItem static HB_ERRCODE hb_dbfGetVarLen( DBFAREAP pArea, USHORT uiIndex, ULONG * pLength ); static HB_ERRCODE hb_dbfGoCold( DBFAREAP pArea ); static HB_ERRCODE hb_dbfGoHot( DBFAREAP pArea ); -static HB_ERRCODE hb_dbfPutRec( DBFAREAP pArea, BYTE * pBuffer ); +static HB_ERRCODE hb_dbfPutRec( DBFAREAP pArea, const BYTE * pBuffer ); static HB_ERRCODE hb_dbfPutValue( DBFAREAP pArea, USHORT uiIndex, PHB_ITEM pItem ); static HB_ERRCODE hb_dbfRecall( DBFAREAP pArea ); static HB_ERRCODE hb_dbfRecCount( DBFAREAP pArea, ULONG * pRecCount );