Changeset 6319

Show
Ignore:
Timestamp:
11/10/08 22:45:43 (2 months ago)
Author:
morris
Message:

Get error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Spiral/SPPlaylistLoader.m

    r6254 r6319  
    9595        NSDictionary            *attributes; 
    9696        NSString                        *path; 
     97        NSError                         *error; 
    9798        QTMovie                         *movie; 
    9899        SPPlaylistFile          *file; 
     
    113114                                                [NSNumber numberWithBool:YES],  QTMovieDontInteractWithUserAttribute, 
    114115                                                NULL]; 
    115                                         movie = [[QTMovie alloc] initWithAttributes:attributes error:NULL]; 
     116                                        movie = [[QTMovie alloc] initWithAttributes:attributes error:&error]; 
    116117                                         
    117118                                        if(movie) {