Changeset 765 for trunk/macosx
- Timestamp:
- Aug 13, 2006, 7:55:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r764 r765 527 527 528 528 [peers addObject: [NSDictionary dictionaryWithObjectsAndKeys: 529 [NSString stringWithCString: (char *) peer.client encoding: NSUTF8StringEncoding], 530 @"Client", 529 [NSString stringWithCString: (char *) peer.client encoding: NSUTF8StringEncoding], @"Client", 531 530 [NSNumber numberWithBool: peer.isDownloading], @"UL To", 532 531 [NSNumber numberWithBool: peer.isUploading], @"DL From", nil]]; 533 /*[peers addObject: [NSDictionary dictionaryWithObjectsAndKeys:534 @"Client", @"Client",535 [NSNumber numberWithBool: YES], @"UL To",536 [NSNumber numberWithBool: YES], @"DL From", nil]];*/537 532 } 538 533 //NSLog(@"%d", tr_peerId(peer));
Note: See TracChangeset
for help on using the changeset viewer.