]> granicus.if.org Git - transmission/commitdiff
add µTorrent Embedded to the client list
authorMitchell Livingston <livings124@transmissionbt.com>
Thu, 16 Jun 2011 12:08:52 +0000 (12:08 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Thu, 16 Jun 2011 12:08:52 +0000 (12:08 +0000)
libtransmission/clients.c

index daa15a2cd31d0bcc920aa1c974797d80b6b1a47b..a17964ab7b5b4f39019468ed1eb57694df99de07 100644 (file)
@@ -177,6 +177,11 @@ tr_clientForId( char * buf, size_t buflen, const void * id_in )
             tr_snprintf( buf, buflen, "\xc2\xb5Torrent Mac %d.%d.%d%s",
                          strint(id+3,1), strint(id+4,1), strint(id+5,1), getMnemonicEnd(id[6]) );
         }
+        else if( !memcmp( id+1, "UE", 2 ) )
+        {
+            tr_snprintf( buf, buflen, "\xc2\xb5Torrent Embedded %d.%d.%d%s",
+                        strint(id+3,1), strint(id+4,1), strint(id+5,1), getMnemonicEnd(id[6]) );
+        }
 
         else if( !memcmp( id+1, "AZ", 2 ) )
         {