*** empty log message ***

This commit is contained in:
Paul Tucker
1999-07-26 05:18:46 +00:00
parent 4e7e54a395
commit 6984d6fde1
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* makefile.vc
* changed msguk to msgxxx
19990724-00:20 EDT Paul Tucker (from Felipe Coury) <ptucker@sympatico.ca>
19990726-00:20 EDT Paul Tucker (from Felipe Coury) <ptucker@sympatico.ca>
* rdd.b32
* buildrdd.bat
* tests/working/bld32w.bat

View File

@@ -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 );