switch trackerRemove and trackerReplace rpc calls to use tracker id instead of announce urls as identifiers

This commit is contained in:
Daniel Lee
2010-09-14 06:23:48 +00:00
parent 0046f49fb5
commit ac53f4792f
8 changed files with 68 additions and 39 deletions

View File

@@ -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;