2002-03-29 15:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-03-29 12:03:56 +00:00
parent 5da47b4d31
commit 418678f491
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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 <dholm@jsd-llc.com>
* libnf/descend.c
* libnf/getenvrn.c

View File

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