From 1df9db67e83ec99f2da0982993f69a8de64f0629 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Fri, 5 Oct 2001 19:10:24 +0000 Subject: [PATCH] 2001-10-05 23:12 GMT+3 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/dbf1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; }