2008-09-04 19:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rdd/dbfntx/dbfntx1.c
    ! fixed typo in previous commit
This commit is contained in:
Przemyslaw Czerpak
2008-09-04 17:30:25 +00:00
parent 767e964c92
commit cb7c6e7273
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-04 19:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbfntx/dbfntx1.c
! fixed typo in previous commit
2008-09-04 19:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbfntx/dbfntx1.c
* harbour/source/rdd/dbfcdx/dbfcdx1.c

View File

@@ -2090,7 +2090,7 @@ static BOOL hb_ntxIndexUnLockRead( LPNTXINDEX pIndex )
hb_errInternal( 9106, "hb_ntxIndexUnLockRead: bad count of locks.", NULL, NULL );
if( pIndex->lockRead || pIndex->lockWrite || !pIndex->fShared ||
HB_DIRTYREAD( pIndex->pArea ) )
HB_DIRTYREAD( pIndex->Owner ) )
{
fOK = TRUE;
}