Changeset 9897
- Timestamp:
- Jan 9, 2010, 4:43:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r9894 r9897 588 588 int count; 589 589 tr_tracker_stat * stats = tr_torrentTrackers(fHandle, &count); 590 NSLog(@"count from tr_torrentTrackers: %d", count); 590 591 591 592 NSMutableArray * trackers = [NSMutableArray arrayWithCapacity: (count > 0 ? count + stats[count-1].tier : 0)]; … … 650 651 //recreate the tracker structure 651 652 tr_tracker_info * trackerStructs = tr_new(tr_tracker_info, [indexes count]); 653 NSLog(@"count from fInfo: %d", fInfo->trackerCount); 652 654 653 655 int newCount = 0;
Note: See TracChangeset
for help on using the changeset viewer.