Changeset 3219
- Timestamp:
- Sep 28, 2007, 2:33:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r3218 r3219 1547 1547 NSString * path; 1548 1548 1549 NSMutableArray * fileList = [[NSMutableArray alloc] initWithCapacity: count], 1550 * flatFileList = [[NSMutableArray alloc] initWithCapacity: count]; 1549 NSMutableArray * fileList = [[NSMutableArray alloc] initWithCapacity: count]; 1551 1550 1552 1551 for (i = 0; i < count; i++) … … 1569 1568 fFileList = [[NSArray alloc] initWithArray: fileList]; 1570 1569 [fileList release]; 1571 [flatFileList release];1572 1570 } 1573 1571
Note: See TracChangeset
for help on using the changeset viewer.