2003-06-14 21:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2003-06-14 17:23:29 +00:00
parent 8ed94c13a6
commit dabdee1440
5 changed files with 22 additions and 13 deletions

View File

@@ -3113,7 +3113,8 @@ static ERRCODE ntxSeek( NTXAREAP pArea, BOOL bSoftSeek, PHB_ITEM pKey, BOOL bFin
}
else
{
retvalue = SELF_GOTO( ( AREAP ) pArea, lRecno );
hb_ntxTagKeyGoTo( pTag, BTTM_RECORD, NULL );
retvalue = SELF_GOTO( ( AREAP ) pArea, pTag->CurKeyInfo->Xtra );
pArea->fFound = TRUE;
return retvalue;
}