2002-02-23 15:48 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-02-23 12:46:55 +00:00
parent 8dd5a9a98d
commit c8fd2ef82b
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
so be sure to rebuild the compiler before testing.
2002-02-26 15:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/pp/ppcore.c
* bug fixed, reported by Lorenzo Fiorini
2002-02-26 11:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

View File

@@ -1420,6 +1420,11 @@ static BOOL hb_ntxSortKeyAdd( LPTAGINFO pTag, LPNTXSORTINFO pSortInfo, char* szk
result = ( result > 0 )? -1:1;
if( result < 0 )
pKeyNew->pNext = pKeyTmp;
else if( !result && pTag->UniqueKey )
{
pSortInfo->ulKeyCount --;
( pSortInfo->nItems ) --;
}
else
{
pKeyTmp->pNext = pKeyNew;