Changeset 4726 for Footagehead/trunk/FHFeedHandler.m
- Timestamp:
- 04/26/07 15:07:53 (2 years ago)
- Files:
-
- Footagehead/trunk/FHFeedHandler.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHFeedHandler.m
r4723 r4726 315 315 NSArray *links; 316 316 NSString *content; 317 FHFile *file;318 317 NSUInteger i, index, count, j, linkCount; 319 318 … … 328 327 329 328 for(j = 0, linkCount = [links count]; j < linkCount; j++) { 330 file = [[FHFile alloc] initWithURL:[links objectAtIndex:j] isDirectory:NO index:index++]; 331 [_files addObject:file]; 332 [file release]; 329 [_files addObject:[FHFile fileWithURL:[links objectAtIndex:j] isDirectory:NO]]; 333 330 334 331 _numberOfFiles++;
