mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
switch trackerRemove and trackerReplace rpc calls to use tracker id instead of announce urls as identifiers
This commit is contained in:
@@ -1296,7 +1296,7 @@ parseNumberSection( const char * str, int len, struct number_range * setme )
|
||||
return success;
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
compareInt( const void * va, const void * vb )
|
||||
{
|
||||
const int a = *(const int *)va;
|
||||
|
||||
Reference in New Issue
Block a user