2002-03-29 15:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user