Changeset 9276 for trunk/libtransmission/torrent.c
- Timestamp:
- Oct 10, 2009, 7:39:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r9274 r9276 2030 2030 for( i=0; i<trackerCount; ++i ) 2031 2031 for( j=0; j<trackerCount; ++j ) 2032 if( ( i != j ) 2033 && ( trackers[i].tier == trackers[j].tier) 2034 && ( !strcmp( trackers[i].announce, trackers[j].announce ) ) ) 2035 return TR_ANNOUNCE_LIST_HAS_DUPLICATES; 2032 if( ( i != j ) && ( !strcmp( trackers[i].announce, trackers[j].announce ) ) ) 2033 return TR_ANNOUNCE_LIST_HAS_DUPLICATES; 2036 2034 2037 2035 /* save to the .torrent file */
Note: See TracChangeset
for help on using the changeset viewer.