From 53cd4b00ffd72b7ec32e98a5c8bf3a4fb27f8462 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Tue, 15 May 2001 16:54:42 +0000 Subject: [PATCH] 2001-05-15 20:50 GMT+3 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/dbf1.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f15e069219..f189c1ac37 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-05-15 20:50 GMT+3 Alexander Kresin + * source/rdd/dbf1.c + * bug fixed, reported by Antonio Linares, related to record locking + 2001-05-15 15:02 UTC+0100 Viktor Szakats * contrib/hbclip/hbarg.c diff --git a/harbour/source/rdd/dbf1.c b/harbour/source/rdd/dbf1.c index f536abbee8..d07086db85 100644 --- a/harbour/source/rdd/dbf1.c +++ b/harbour/source/rdd/dbf1.c @@ -350,8 +350,10 @@ static ERRCODE hb_dbfLockRecord( DBFAREAP pArea, ULONG ulRecNo, BOOL * pResult, * pResult = TRUE; if( !pArea->fPositioned ) hb_dbfGoTo( pArea, pArea->ulRecNo ); + /* else pArea->fValidBuffer = FALSE; + */ } else * pResult = FALSE;