|
|
|
|
|
by calvinmorrison
1229 days ago
|
|
sure... the code fix has been around for over 15 years at this point. Its even in their old tracker wiki Replace: /* otherwise go with our random seed /
return tr_compareUint16( a->random, b->random );
With: / otherwise download the pieces in order */
return tr_compareUint16( a->piece, b->piece ); |
|