Inline tr_compareUint16() in this case
This commit is contained in:
parent
ed7685dd1a
commit
4796e40d27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue