mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Use the proper name of uTorrent through the magic of UTF-8.
This commit is contained in:
@@ -59,7 +59,7 @@ char * tr_clientForId( uint8_t * id )
|
||||
}
|
||||
else if( !memcmp( &id[1], "UT", 2 ) )
|
||||
{
|
||||
asprintf( &ret, "uTorrent %c.%d", id[3],
|
||||
asprintf( &ret, "\xc2\xb5Torrent %c.%d", id[3],
|
||||
( id[4] - '0' ) * 10 + ( id[5] - '0' ) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user