diff --git a/harbour/ChangeLog b/harbour/ChangeLog index da69f4ac10..bf201a1672 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-10-05 23:12 GMT+3 Alexander Kresin + ! source/rdd/dbf1.c + ! hb_dbfRecall() fixed + 2001-10-04 17:10 UTC-0400 David G. Holm * doc/gmake.txt diff --git a/harbour/source/rdd/dbf1.c b/harbour/source/rdd/dbf1.c index 124c12e7ab..8f4c448809 100644 --- a/harbour/source/rdd/dbf1.c +++ b/harbour/source/rdd/dbf1.c @@ -1321,7 +1321,7 @@ ERRCODE hb_dbfRecall( DBFAREAP pArea ) return FAILURE; pArea->pRecord[ 0 ] = ' '; - pArea->fDeleted = TRUE; + pArea->fDeleted = FALSE; return SUCCESS; }