2001-11-16 21:31 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>

This commit is contained in:
Horacio Dario Roldan Kasimatis
2001-11-17 00:28:32 +00:00
parent f7d17ff487
commit ac84e1cb1d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-11-16 21:31 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
! fixed bug opening empty files with set delete on
2001-11-16 17:35 GMT+1 Antonio Linares <alinares@fivetech.com>
* source/vm/hvm.c
+ Added new function __VMVARSLEN() --> nStatics

View File

@@ -4539,10 +4539,10 @@ ERRCODE hb_cdxGoTo( CDXAREAP pArea, ULONG ulRecNo )
if( SUPER_GOTO( ( AREAP ) pArea, ulRecNo ) == FAILURE )
return FAILURE;
/*
if ( pArea->fEof )
return FAILURE;
*/
pTag = hb_cdxGetActiveTag( pArea->lpIndexes );
if ( ! pTag )
return SUCCESS;