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

* source/rdd/dbfcdx/dbfcdx1.c
     ! fixed eof() bug
This commit is contained in:
Horacio Dario Roldan Kasimatis
2001-11-21 19:43:54 +00:00
parent da0def10e5
commit 833a5b430a
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2001-11-21 16:40 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
! fixed eof() bug
2001-11-21 12:31 GMT Dave Pearson <davep@davep.org>
* source/rdd/dbcmd.c
- Removed (using "#if 0...") hb_waNull().

View File

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