mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
updated formatting for TorrentStorm
This commit is contained in:
parent
f983fe04a6
commit
6eb1677fd4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ char * tr_clientForId( uint8_t * id )
|
|||
}
|
||||
else if( !memcmp( &id[1], "TS", 2 ) )
|
||||
{
|
||||
asprintf( &ret, "TorrentStorm (%c%c%c%c)",
|
||||
asprintf( &ret, "TorrentStorm %c.%c.%c.%c",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "BC", 2 ) )
|
||||
|
|
Loading…
Reference in a new issue