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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user