Ignore:
Timestamp:
Dec 24, 2006, 1:08:23 AM (16 years ago)
Author:
livings124
Message:

Xtorrent, not XTorrent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/clients.c

    r1271 r1273  
    8989        else if( !memcmp( &id[1], "XX", 2 ) )
    9090        {
    91             asprintf( &ret, "XTorrent (%d)",
     91            asprintf( &ret, "Xtorrent (%d)",
    9292                      charToInt( id[3] ) * 1000 + charToInt( id[4] ) * 100
    9393                      + charToInt( id[5] ) * 10 + charToInt( id[6] ) );
Note: See TracChangeset for help on using the changeset viewer.