Changeset 25563
- Timestamp:
- 11/11/2008 03:34:01 PM (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AIUtilities Framework/Source/AIStringAdditions.m
r25429 r25563 795 795 796 796 [lines addObject:[self substringWithRange:substringRange]]; 797 if (separatorObj) [lines addObject: separatorObj];797 if (separatorObj) [lines addObject:[[separatorObj copy] autorelease]]; 798 798 799 799 searchRange.location = (lineBreakRange.location + lineBreakRange.length);