mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
Plus is v2
This commit is contained in:
parent
ffc4c30d0d
commit
e783610d2c
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ char * tr_clientForId( uint8_t * id )
|
|||
}
|
||||
else if( !memcmp( id, "Plus", 4 ) )
|
||||
{
|
||||
asprintf( &ret, "Plus! %c.%c%c", id[4], id[5], id[6] );
|
||||
asprintf( &ret, "Plus! v2 %c.%c%c", id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( id, "XBT", 3 ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue