From cb7c6e727322bef9c59044a61e6fa02515678c08 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 4 Sep 2008 17:30:25 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/dbfntx/dbfntx1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 001a3d5afa..9fe5fceded 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/source/rdd/dbfntx/dbfntx1.c b/harbour/source/rdd/dbfntx/dbfntx1.c index c02bc328d9..8038e0f748 100644 --- a/harbour/source/rdd/dbfntx/dbfntx1.c +++ b/harbour/source/rdd/dbfntx/dbfntx1.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; }