ChangeLogTag:19990726-20:32 GMT+1 Bruno Cantero <bruno@issnet.net>

This commit is contained in:
Bruno Cantero
1999-07-26 18:53:01 +00:00
parent 45295f4dc2
commit 7f243e3900
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
19990726-20:32 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rdd/dbfntx1.c
Fixed bug under msvc
19990726-20:20 CET Eddie Runia <eddie@runia.com>
* tests/working/hscript/bldguest.bat
Better version added. (Old version was meant for working directory)

View File

@@ -116,11 +116,9 @@ HARBOUR HB_REQUEST_DBFNTX1( void )
HARBOUR HB_DBFNTX_GETFUNCTABLE( void )
{
USHORT * uiCount;
RDDFUNCS * pTable;
*uiCount = RDDFUNCSCOUNT;
uiCount = ( USHORT * ) hb_parnl( 1 );
*( USHORT * ) hb_parnl( 1 ) = RDDFUNCSCOUNT;
pTable = ( RDDFUNCS * ) hb_parnl( 2 );
if( pTable )
hb_rddInherit( pTable, &ntxTable, &ntxSuper, 0 );