2002-02-23 15:48 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>
|
||||
*/
|
||||
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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user