Show
Ignore:
Timestamp:
04/26/07 15:07:53 (2 years ago)
Author:
morris
Message:

Random stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHFeedHandler.m

    r4723 r4726  
    315315        NSArray                 *links; 
    316316        NSString                *content; 
    317         FHFile                  *file; 
    318317        NSUInteger              i, index, count, j, linkCount; 
    319318         
     
    328327                         
    329328                        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]]; 
    333330                                 
    334331                                _numberOfFiles++;