Inline tr_compareUint16() in this case

This commit is contained in:
Mukund Sivaraman 2008-08-20 13:54:31 +00:00
parent ed7685dd1a
commit 4796e40d27
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ compareRefillPiece (const void * aIn, const void * bIn)
return a->peerCount < b->peerCount ? -1 : 1;
/* otherwise go with our random seed */
return tr_compareUint16( a->random, b->random );
return a->random - b->random;
}
static int