2002-01-12 14:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* source/rtl/filehb.c
|
||||
! OS/2 IBM C++ fix.
|
||||
|
||||
2002-01-14 15:05 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
|
||||
* source\common\hbffind.c
|
||||
* Added missed Attribute check (thanks Victor)
|
||||
|
||||
2002-01-14 14:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
|
||||
|
||||
@@ -290,7 +290,7 @@ static int hb_ntxTagFindCurrentKey( LPPAGEINFO pPage, LONG lBlock, LPKEYINFO pKe
|
||||
pPage->TagParent->CurKeyInfo->Xtra = pKey->Xtra;
|
||||
pPage->TagParent->CurKeyInfo->Tag = pPage->Page;
|
||||
}
|
||||
if( p->Tag && ( k < 0 || ( (ULONG)p->Xtra != pPage->TagParent->Owner->Owner->ulRecNo ) ) )
|
||||
if( p->Tag && ( k < 0 || lSeek || ( (ULONG)p->Xtra != pPage->TagParent->Owner->Owner->ulRecNo ) ) )
|
||||
{
|
||||
LONG blockPrev, blockNext;
|
||||
SHORT keyPrev, keyNext;
|
||||
|
||||
Reference in New Issue
Block a user