2003-03-26 11:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2003-03-26 08:28:34 +00:00
parent 85b73099e7
commit 8e11ff0b94
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -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 )
{