mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
whoops typo
This commit is contained in:
parent
749c9a4c7d
commit
0a9b47da50
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ tr_clientForId( char * buf, size_t buflen, const void * id_in )
|
|||
return;
|
||||
}
|
||||
|
||||
/* uTorrent will replace the training dash for an extra digit for longer version numbers */
|
||||
/* uTorrent will replace the trailing dash with an extra digit for longer version numbers */
|
||||
if( id[0] == '-' )
|
||||
{
|
||||
if( !memcmp( id+1, "UT", 2 ) )
|
||||
|
|
Loading…
Reference in a new issue