2001-05-15 20:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-05-15 16:54:42 +00:00
parent 37b052fc7a
commit 53cd4b00ff
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-05-15 20:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbf1.c
* bug fixed, reported by Antonio Linares, related to record locking
2001-05-15 15:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* contrib/hbclip/hbarg.c

View File

@@ -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;