1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 21:26:53 +00:00

whoops typo

This commit is contained in:
Mitchell Livingston 2011-11-22 03:30:37 +00:00
parent 749c9a4c7d
commit 0a9b47da50

View file

@ -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 ) )