2001-10-05 23:12 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-10-05 19:10:24 +00:00
parent ef8e02991c
commit 1df9db67e8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-10-05 23:12 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
! source/rdd/dbf1.c
! hb_dbfRecall() fixed
2001-10-04 17:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* doc/gmake.txt

View File

@@ -1321,7 +1321,7 @@ ERRCODE hb_dbfRecall( DBFAREAP pArea )
return FAILURE;
pArea->pRecord[ 0 ] = ' ';
pArea->fDeleted = TRUE;
pArea->fDeleted = FALSE;
return SUCCESS;
}