mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
move arctic to the azureus-style section
This commit is contained in:
parent
b9fe71990c
commit
594d887a36
1 changed files with 4 additions and 4 deletions
|
@ -126,6 +126,10 @@ char * tr_clientForId( uint8_t * id )
|
|||
charToInt( id[3] ) * 10 + charToInt( id[4] ),
|
||||
id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "AR", 2 ) )
|
||||
{
|
||||
asprintf( &ret, "Arctic Torrent" );
|
||||
}
|
||||
|
||||
if( ret )
|
||||
{
|
||||
|
@ -222,10 +226,6 @@ char * tr_clientForId( uint8_t * id )
|
|||
{
|
||||
asprintf( &ret, "Limewire (%c%c%c%c)", id[4], id[5], id[6], id[7] );
|
||||
}
|
||||
else if( !memcmp( id, "-AR", 3 ) )
|
||||
{
|
||||
asprintf( &ret, "Arctic Torrent" );
|
||||
}
|
||||
else if( !memcmp( id, "-G3", 3 ) )
|
||||
{
|
||||
asprintf( &ret, "G3 Torrent" );
|
||||
|
|
Loading…
Reference in a new issue