1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

add TorrentTopia

This commit is contained in:
Mitchell Livingston 2006-12-30 18:00:45 +00:00
parent 2a4be1b0cd
commit 48ccd81283

View file

@ -238,6 +238,10 @@ char * tr_clientForId( uint8_t * id )
{ {
asprintf( &ret, "JVtorrent" ); asprintf( &ret, "JVtorrent" );
} }
else if( !memcmp( id, "346-", 4 ) )
{
asprintf( &ret, "TorrentTopia" );
}
/* No match */ /* No match */
if( !ret ) if( !ret )