diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 93934e2194..57102491fa 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + ! Added missing commas + * Some text translated from English to Chinese + + All changes thanks to dongming 2002-03-24 16:08 UTC-0300 Walter Negro * include\hbtrace.h diff --git a/harbour/source/rdd/dbfntx/dbfntx1.c b/harbour/source/rdd/dbfntx/dbfntx1.c index 372be0186d..c9fc89831b 100644 --- a/harbour/source/rdd/dbfntx/dbfntx1.c +++ b/harbour/source/rdd/dbfntx/dbfntx1.c @@ -3504,7 +3504,7 @@ static RDDFUNCS ntxTable = { ntxBof, ntxOpen, ntxRelease, ( DBENTRYP_SP ) ntxStructSize, - ntxSysName, + ( DBENTRYP_P ) ntxSysName, ntxEval, ( DBENTRYP_V ) ntxPack, ntPackRec,