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;