Changeset 533
- Timestamp:
- 05/14/08 13:09:44 (8 months ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireMovieImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireMovieImporter.m
r532 r533 465 465 { 466 466 [trimmer scanUpToString:@"full summary" intoString:&plot]; 467 NSMutableString *mutStr = [plot mutableCopy]; 468 [mutStr replaceOccurrencesOfString:@" | add synopsis" withString:@"" options:0 range:NSMakeRange(0, [mutStr length])]; 469 plot = [NSString stringWithString:mutStr]; 470 [mutStr release]; 467 471 } 468 472 else
