diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 85725d0b2e..885384ea40 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * contrib/libnf/vidcur.prg + * contrib/libnf/vidmode.prg + ! All include file names must be in lower case for Un*x type systems. + 2002-03-29 13:15 UTC-0500 David G. Holm * libnf/descend.c * libnf/getenvrn.c diff --git a/harbour/source/rdd/dbfntx/dbfntx1.c b/harbour/source/rdd/dbfntx/dbfntx1.c index d31f08116d..fa227222bf 100644 --- a/harbour/source/rdd/dbfntx/dbfntx1.c +++ b/harbour/source/rdd/dbfntx/dbfntx1.c @@ -273,7 +273,7 @@ static ULONG hb_ntxTagKeyCount( LPTAGINFO pTag ) pTag->Owner->Locked = TRUE; } else if( pTag->keyCount ) - return pTag->keyCount + return pTag->keyCount; pPage = hb_ntxPageLoad( pTag->Owner,0 ); ulKeyCount += pPage->uiKeys;