Changeset 509
- Timestamp:
- 03/23/08 16:35:47 (10 months ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireTVShowImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireTVShowImporter.m
r507 r509 522 522 // if(index > [tempStr length] || index <= 0 )return NO; 523 523 [tempStr deleteCharactersInRange:NSMakeRange(0, index+1)]; 524 [tempStr insertString:@"x" atIndex:matches[0].rm_eo - index - 2];524 [tempStr insertString:@"x" atIndex:matches[0].rm_eo - index - 4]; 525 525 scanString = [tempStr autorelease]; 526 526 }
