Changeset 6319
- Timestamp:
- 11/10/08 22:45:43 (2 months ago)
- Files:
-
- trunk/Spiral/SPPlaylistLoader.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Spiral/SPPlaylistLoader.m
r6254 r6319 95 95 NSDictionary *attributes; 96 96 NSString *path; 97 NSError *error; 97 98 QTMovie *movie; 98 99 SPPlaylistFile *file; … … 113 114 [NSNumber numberWithBool:YES], QTMovieDontInteractWithUserAttribute, 114 115 NULL]; 115 movie = [[QTMovie alloc] initWithAttributes:attributes error: NULL];116 movie = [[QTMovie alloc] initWithAttributes:attributes error:&error]; 116 117 117 118 if(movie) {
