diff --git a/Source/GSAttributedString.m b/Source/GSAttributedString.m index db1b919c6..a02621b2c 100644 --- a/Source/GSAttributedString.m +++ b/Source/GSAttributedString.m @@ -583,6 +583,10 @@ _attributesAtIndexEffectiveRange( ADDOBJECT(info); RELEASE(info); } +/* WARNING ... NSLayoutManager depends on the fact that we create the + * _textChars instance variable by copying the aString argument to get + * its own string subclass into the attributed string. + */ if (aString == nil) _textChars = [[NSMutableString allocWithZone: z] init]; else