2003-02-18 23:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2003-02-18 20:03:56 +00:00
parent d0c14fa6f5
commit cb49f1cab6
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-02-18 23:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
! Stupid bug is fixed, which was introduced recently
2003-02-18 09:15 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* contrib/rdd_ads/adsfunc.c
* Few type casts for MSVC

View File

@@ -2986,12 +2986,14 @@ static ERRCODE ntxGoTop( NTXAREAP pArea )
LPTAGINFO pTag = pArea->lpCurTag;
if( pTag->topScope )
{
ntxSeek( pArea, 1, pTag->topScope, 0 );
if( pTag->TagEOF )
{
hb_ntxGoEof( pArea );
return SUCCESS;
}
}
else
hb_ntxTagKeyGoTo( pTag, TOP_RECORD, NULL );
SELF_GOTO( ( AREAP ) pArea, pTag->CurKeyInfo->Xtra );