1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

add eXeem to clients

This commit is contained in:
Mitchell Livingston 2007-01-01 20:03:52 +00:00
parent 0cc6a306ac
commit 6e812353f1

View file

@ -242,6 +242,10 @@ char * tr_clientForId( uint8_t * id )
{
asprintf( &ret, "TorrentTopia" );
}
else if( !memcmp( id, "eX", 2 ) )
{
asprintf( &ret, "eXeem" );
}
/* No match */
if( !ret )