Changeset 9863 for trunk/libtransmission/torrent.c
- Timestamp:
- Jan 4, 2010, 8:14:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r9860 r9863 2083 2083 ***/ 2084 2084 2085 tr_ announce_list_err2086 tr_torrentSetAnnounceList( tr_torrent *tor,2087 const tr_tracker_info * trackers,2088 int trackerCount )2085 tr_bool 2086 tr_torrentSetAnnounceList( tr_torrent * tor, 2087 const tr_tracker_info * trackers, 2088 int trackerCount ) 2089 2089 { 2090 2090 int i; … … 2159 2159 2160 2160 tr_torrentUnlock( tor ); 2161 return ok ? TR_ANNOUNCE_LIST_OK : TR_ANNOUNCE_LIST_HAS_BAD;2161 return ok; 2162 2162 } 2163 2163
Note: See TracChangeset
for help on using the changeset viewer.