2003-03-26 11:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2003-03-26 11:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
! Bug fixed, reported by Andrew McCumiskey
|
||||
|
||||
2003-03-25 21:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
+ source/codepage/cdpgewin.c
|
||||
* source/codepage/Makefile
|
||||
|
||||
@@ -689,7 +689,7 @@ static int hb_ntxTagFindCurrentKey( LPTAGINFO pTag, LPPAGEINFO pPage, LPKEYINFO
|
||||
/* pKey <= p */
|
||||
{
|
||||
if( ( k == 0 && !lSeek && (ULONG)p->rec_no != pTag->Owner->Owner->ulRecNo )
|
||||
|| ( lSeek && hb_ntxIsRecBad( pTag->Owner->Owner, p->rec_no ) ) )
|
||||
|| ( lSeek && p->rec_no && hb_ntxIsRecBad( pTag->Owner->Owner, p->rec_no ) ) )
|
||||
k = 1;
|
||||
if( k <= 0 && pPage->CurKey < pPage->uiKeys )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user