diff --git a/harbour/ChangeLog b/harbour/ChangeLog index baef382a1b..d8a3cf91c7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -2,7 +2,7 @@ * makefile.vc * changed msguk to msgxxx -19990724-00:20 EDT Paul Tucker (from Felipe Coury) +19990726-00:20 EDT Paul Tucker (from Felipe Coury) * rdd.b32 * buildrdd.bat * tests/working/bld32w.bat diff --git a/harbour/source/rdd/dbfntx1.c b/harbour/source/rdd/dbfntx1.c index eb6ab48277..29b6d611ca 100644 --- a/harbour/source/rdd/dbfntx1.c +++ b/harbour/source/rdd/dbfntx1.c @@ -102,12 +102,10 @@ HARBOUR HB_REQUEST_DBFNTX1( void ) HARBOUR HB_DBFNTX_GETFUNCTABLE( void ) { - USHORT * uiCount; RDDFUNCS * pTable; -/* *uiCount = RDDFUNCSCOUNT; */ + * ( USHORT * ) hb_parnl( 1 ) = RDDFUNCSCOUNT; - uiCount = ( USHORT * ) hb_parnl( 1 ); pTable = ( RDDFUNCS * ) hb_parnl( 2 ); if( pTable ) hb_rddInherit( pTable, &ntxTable, &ntxSuper, 0 );